aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/linux-libc-headers
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no. 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/linux-libc-headers')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb2
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb14
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb6
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.18.bb2
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb2
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb4
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb2
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb8
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.30.bb4
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb2
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb2
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb4
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb4
13 files changed, 28 insertions, 28 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
index 5079e9522e..0f925dda38 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
@@ -10,7 +10,7 @@ INHIBIT_DEFAULT_DEPS = "1"
PR = "r4"
SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
- file://keyboard.patch;apply=yes"
+ file://keyboard.patch"
S = "${WORKDIR}/linux-libc-headers-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
index 0120e939c2..3dafb32a08 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
@@ -16,13 +16,13 @@ INHIBIT_DEFAULT_DEPS = "1"
PR = "r6"
SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \
- file://keyboard.patch;apply=yes \
- file://asm-arch-irqs.patch;apply=yes \
- file://linux-netdevice.patch;apply=yes \
- file://linux-netfilter_ipv4.patch;apply=yes \
- file://linux-rtc.patch;apply=yes \
- file://linux-videodev2.patch;apply=yes \
- file://3477-1.patch;apply=yes"
+ file://keyboard.patch \
+ file://asm-arch-irqs.patch \
+ file://linux-netdevice.patch \
+ file://linux-netfilter_ipv4.patch \
+ file://linux-rtc.patch \
+ file://linux-videodev2.patch \
+ file://3477-1.patch"
S = "${WORKDIR}/linux-libc-headers-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb
index c1300cf092..d5494d418c 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb
@@ -6,9 +6,9 @@ PR = "r1"
SRC_URI = " \
${KERNELORG_MIRROR}/pub/linux/kernel/people/dwmw2/kernel-headers/snapshot/linux-kernel-headers-2.6.19-rc1.tar.bz2 \
- file://arm-procinfo-hwcap.patch;apply=yes \
- file://arm-unistd-syscall.patch;apply=yes \
- file://linux-err.patch;apply=yes \
+ file://arm-procinfo-hwcap.patch \
+ file://arm-unistd-syscall.patch \
+ file://linux-err.patch \
"
S = "${WORKDIR}/linux-2.6.19-rc1"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.18.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.18.bb
index 64310c3651..8d88bf144c 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.18.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.18.bb
@@ -5,7 +5,7 @@ DEPENDS += "unifdef-native"
PR = "r4"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
- file://arm-syscall-define.patch;apply=yes"
+ file://arm-syscall-define.patch"
S = "${WORKDIR}/linux-2.6.18"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
index d5d61263f8..f048ea31ea 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
@@ -6,7 +6,7 @@ PR = "r11"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://procinfo.h \
- file://unifdef.patch;apply=yes \
+ file://unifdef.patch \
"
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
index 17843b10ca..742433ff2c 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
@@ -6,8 +6,8 @@ PR = "r6"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://procinfo.h \
- file://unifdef.patch;apply=yes \
- file://arm-hwcap-add-new-entries.patch;apply=yes"
+ file://unifdef.patch \
+ file://arm-hwcap-add-new-entries.patch"
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb
index 0bc93efe63..74876bf239 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb
@@ -6,7 +6,7 @@ PR = "r4"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://procinfo.h \
- file://unifdef.patch;apply=yes"
+ file://unifdef.patch"
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
index 08e399d511..c4200e0dd6 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
@@ -5,11 +5,11 @@ DEPENDS += "unifdef-native"
PR = "r4"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- file://reinstate-a.out.h.patch;apply=yes \
- file://fix-kernel-conditionalize-a.out.h.patch;apply=yes \
- file://netfilter-include-types_h-in-userspace.patch;apply=yes \
+ file://reinstate-a.out.h.patch \
+ file://fix-kernel-conditionalize-a.out.h.patch \
+ file://netfilter-include-types_h-in-userspace.patch \
file://procinfo.h \
- file://unifdef.patch;apply=yes"
+ file://unifdef.patch"
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.30.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.30.bb
index 4dd7230006..0048f24ab0 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.30.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.30.bb
@@ -5,10 +5,10 @@ DEPENDS += "unifdef-native"
PR = "r1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- file://uio-header.patch;apply=yes \
+ file://uio-header.patch \
"
# Not applied, see note in the patch:
-# file://asm-page.patch;apply=yes \
+# file://asm-page.patch \
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
index 083c9e2395..e3a27c50d0 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
@@ -7,7 +7,7 @@ PR = "r4"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- file://0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch;apply=yes \
+ file://0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch \
"
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
index 412e407b2d..16304dffea 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
@@ -7,7 +7,7 @@ PR = "r4"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- file://export_sa_family_t.patch;apply=yes \
+ file://export_sa_family_t.patch \
"
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb
index a7750ee0de..b66e768bb1 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb
@@ -6,8 +6,8 @@ PR = "r4"
PACKAGES = ""
SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
- file://sh-missing.patch;apply=yes \
- file://keyboard.patch;apply=yes"
+ file://sh-missing.patch \
+ file://keyboard.patch"
S = "${WORKDIR}/linux-libc-headers-${PV}"
do_configure () {
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb
index 98776cfb11..4893cab100 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb
@@ -13,8 +13,8 @@ PR = "r8"
PACKAGES = ""
SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
- file://mips-asm-atomic-system.diff;apply=yes;striplevel=0 \
- file://keyboard.patch;apply=yes"
+ file://mips-asm-atomic-system.diff;striplevel=0 \
+ file://keyboard.patch"
S = "${WORKDIR}/linux-libc-headers-${PV}"