From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/libpcap/libpcap_1.0.0.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/libpcap/libpcap_1.0.0.bb') diff --git a/recipes/libpcap/libpcap_1.0.0.bb b/recipes/libpcap/libpcap_1.0.0.bb index 3a7c2d43f8..e950a96b61 100644 --- a/recipes/libpcap/libpcap_1.0.0.bb +++ b/recipes/libpcap/libpcap_1.0.0.bb @@ -2,10 +2,10 @@ require libpcap.inc PR = "r6" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" -SRC_URI += "file://aclocal.patch;patch=1" -SRC_URI += "file://ieee80215-arphrd.patch;patch=1" -SRC_URI += "file://ldflags.patch;patch=1" -SRC_URI += "file://0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch;patch=1" +SRC_URI += "file://aclocal.patch;apply=yes" +SRC_URI += "file://ieee80215-arphrd.patch;apply=yes" +SRC_URI += "file://ldflags.patch;apply=yes" +SRC_URI += "file://0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch;apply=yes" do_configure_prepend() { cat ${S}/aclocal.m4 >>${S}/acinclude.m4 -- cgit 1.2.3-korg