diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/wireshark | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/wireshark')
-rw-r--r-- | recipes/wireshark/wireshark.inc | 8 | ||||
-rw-r--r-- | recipes/wireshark/wireshark_1.2.6.bb | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes/wireshark/wireshark.inc b/recipes/wireshark/wireshark.inc index 13715ea273..3cf0d7329f 100644 --- a/recipes/wireshark/wireshark.inc +++ b/recipes/wireshark/wireshark.inc @@ -4,10 +4,10 @@ LICENSE = "GPL" DEPENDS = "perl-native gnutls libpcap pcre expat glib-2.0 net-snmp" SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \ - file://use-our-lemon.patch;patch=1 \ - file://acinclude-net-snmp-fix.patch;patch=1 \ - file://libtool-fix.patch;patch=1 \ - file://no-host-includes.patch;patch=1" + file://use-our-lemon.patch;apply=yes \ + file://acinclude-net-snmp-fix.patch;apply=yes \ + file://libtool-fix.patch;apply=yes \ + file://no-host-includes.patch;apply=yes" S=${WORKDIR}/wireshark-${PV} diff --git a/recipes/wireshark/wireshark_1.2.6.bb b/recipes/wireshark/wireshark_1.2.6.bb index 1af48e8577..e3630d6554 100644 --- a/recipes/wireshark/wireshark_1.2.6.bb +++ b/recipes/wireshark/wireshark_1.2.6.bb @@ -9,8 +9,8 @@ EXTRA_OECONF = "--enable-usr-local=no --with-pcap=${STAGING_DIR_HOST}${layout_pr PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2;name=src \ - file://ieee80215.4.patch;patch=1 \ - file://fix-configure.patch;patch=1 " + file://ieee80215.4.patch;apply=yes \ + file://fix-configure.patch;apply=yes " SRC_URI[src.md5sum] = "f3e0917ed393366bbf96c53b58cb0931" SRC_URI[src.sha256sum]= "72c8178dd0614d963173d667d5ecb39bc7102453ea09da7ef3302daee7733f3c" |