aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pciutils
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-23 20:23:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:53:41 -0700
commitbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch)
tree96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/pciutils
parentfab0af3aefee22b21541e403d3c356a6979bfa63 (diff)
downloadopenembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz
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/pciutils')
-rw-r--r--recipes/pciutils/pciutils_2.1.11.bb6
-rw-r--r--recipes/pciutils/pciutils_2.2.4.bb6
-rw-r--r--recipes/pciutils/pciutils_3.1.2.bb4
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes/pciutils/pciutils_2.1.11.bb b/recipes/pciutils/pciutils_2.1.11.bb
index 306cebf3e9..a49ae5cbc2 100644
--- a/recipes/pciutils/pciutils_2.1.11.bb
+++ b/recipes/pciutils/pciutils_2.1.11.bb
@@ -11,9 +11,9 @@ PARALLEL_MAKE = ""
FILES_pciutils-ids="${prefix}/share/pci.ids"
PACKAGES =+ "pciutils-ids"
SRC_URI = "${KERNELORG_MIRROR}/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://configure-uclibc.patch;patch=1 \
- file://pcimodules-pciutils-2.1.11.diff;patch=1"
+ file://configure.patch;apply=yes \
+ file://configure-uclibc.patch;apply=yes \
+ file://pcimodules-pciutils-2.1.11.diff;apply=yes"
do_configure () {
(cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})
diff --git a/recipes/pciutils/pciutils_2.2.4.bb b/recipes/pciutils/pciutils_2.2.4.bb
index dd3eee52d4..0a86e4a34a 100644
--- a/recipes/pciutils/pciutils_2.2.4.bb
+++ b/recipes/pciutils/pciutils_2.2.4.bb
@@ -7,9 +7,9 @@ LICENSE = "GPLv2"
DEPENDS = "zlib"
SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://configure-uclibc.patch;patch=1 \
- file://pcimodules-pciutils.diff;patch=1"
+ file://configure.patch;apply=yes \
+ file://configure-uclibc.patch;apply=yes \
+ file://pcimodules-pciutils.diff;apply=yes"
PARALLEL_MAKE = ""
diff --git a/recipes/pciutils/pciutils_3.1.2.bb b/recipes/pciutils/pciutils_3.1.2.bb
index 97aa2f6c8d..e23a8043f3 100644
--- a/recipes/pciutils/pciutils_3.1.2.bb
+++ b/recipes/pciutils/pciutils_3.1.2.bb
@@ -7,8 +7,8 @@ LICENSE = "GPLv2"
DEPENDS = "zlib"
SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
- file://pciutils.patch;patch=1 "
-SRC_URI_append_nylon = "file://gcc-3-compatibility.patch;patch=1 "
+ file://pciutils.patch;apply=yes "
+SRC_URI_append_nylon = "file://gcc-3-compatibility.patch;apply=yes "
PARALLEL_MAKE = ""