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/klibc/klibc-common.inc | 4 ++-- recipes/klibc/klibc_1.5.15+1.5.16.inc | 24 ++++++++++++------------ recipes/klibc/klibc_1.5.15.inc | 20 ++++++++++---------- recipes/klibc/klibc_1.5.17.inc | 16 ++++++++-------- recipes/klibc/klibc_1.5.18.inc | 16 ++++++++-------- recipes/klibc/klibc_1.5.inc | 14 +++++++------- 6 files changed, 47 insertions(+), 47 deletions(-) (limited to 'recipes/klibc') diff --git a/recipes/klibc/klibc-common.inc b/recipes/klibc/klibc-common.inc index 8fa815d1f0..06c77e9d4e 100644 --- a/recipes/klibc/klibc-common.inc +++ b/recipes/klibc/klibc-common.inc @@ -24,8 +24,8 @@ KLIBC_ARCH_pentium = 'i386' # could be fixed, but for the moment: ARM_INSTRUCTION_SET = "arm" -SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch;patch=1" -SRC_URI_append_linux-uclibceabi = "file://klibc-config-eabi.patch;patch=1" +SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch;apply=yes" +SRC_URI_append_linux-uclibceabi = "file://klibc-config-eabi.patch;apply=yes" EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ 'CROSS_COMPILE=${TARGET_PREFIX}' \ diff --git a/recipes/klibc/klibc_1.5.15+1.5.16.inc b/recipes/klibc/klibc_1.5.15+1.5.16.inc index 1a1ab5b2bf..8318059c4b 100644 --- a/recipes/klibc/klibc_1.5.15+1.5.16.inc +++ b/recipes/klibc/klibc_1.5.15+1.5.16.inc @@ -4,20 +4,20 @@ require klibc-common.inc # until 1.5.16 is released SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/klibc/${KLIBC_FETCHDIR}/klibc-1.5.15.tar.bz2 \ - file://1.5.15+1.5.16.patch;patch=1 \ + file://1.5.15+1.5.16.patch;apply=yes \ " -SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \ - file://modprobe.patch;patch=1 \ - file://losetup.patch;patch=1 \ - file://dash_readopt.patch;patch=1 \ - file://wc.patch;patch=1 \ - file://staging.patch;patch=1 \ - file://klibc_kexecsyscall.patch;patch=1 \ - file://mntproc-definitions.patch;patch=1 \ - file://signal-cleanup.patch;patch=1 \ - file://isystem.patch;patch=1 \ - file://socket.h.patch;patch=1 \ +SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;apply=yes \ + file://modprobe.patch;apply=yes \ + file://losetup.patch;apply=yes \ + file://dash_readopt.patch;apply=yes \ + file://wc.patch;apply=yes \ + file://staging.patch;apply=yes \ + file://klibc_kexecsyscall.patch;apply=yes \ + file://mntproc-definitions.patch;apply=yes \ + file://signal-cleanup.patch;apply=yes \ + file://isystem.patch;apply=yes \ + file://socket.h.patch;apply=yes \ " S = "${WORKDIR}/klibc-1.5.15" diff --git a/recipes/klibc/klibc_1.5.15.inc b/recipes/klibc/klibc_1.5.15.inc index eb89e58262..57c48abac9 100644 --- a/recipes/klibc/klibc_1.5.15.inc +++ b/recipes/klibc/klibc_1.5.15.inc @@ -1,15 +1,15 @@ require klibc-common.inc -SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \ - file://modprobe.patch;patch=1 \ - file://losetup.patch;patch=1 \ - file://dash_readopt.patch;patch=1 \ - file://wc.patch;patch=1 \ - file://staging.patch;patch=1 \ - file://klibc_kexecsyscall.patch;patch=1 \ - file://mntproc-definitions.patch;patch=1 \ - file://signal-cleanup.patch;patch=1 \ - file://isystem.patch;patch=1 \ +SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;apply=yes \ + file://modprobe.patch;apply=yes \ + file://losetup.patch;apply=yes \ + file://dash_readopt.patch;apply=yes \ + file://wc.patch;apply=yes \ + file://staging.patch;apply=yes \ + file://klibc_kexecsyscall.patch;apply=yes \ + file://mntproc-definitions.patch;apply=yes \ + file://signal-cleanup.patch;apply=yes \ + file://isystem.patch;apply=yes \ " KLIBC_FETCHDIR = "1.5" diff --git a/recipes/klibc/klibc_1.5.17.inc b/recipes/klibc/klibc_1.5.17.inc index 21a3dd47f9..6f28c6012b 100644 --- a/recipes/klibc/klibc_1.5.17.inc +++ b/recipes/klibc/klibc_1.5.17.inc @@ -1,13 +1,13 @@ require klibc-common.inc -SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \ - file://modprobe.patch;patch=1 \ - file://dash_readopt.patch;patch=1 \ - file://wc.patch;patch=1 \ - file://staging.patch;patch=1 \ - file://klibc_kexecsyscall.patch;patch=1 \ - file://mntproc-definitions.patch;patch=1 \ - file://isystem.patch;patch=1 \ +SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;apply=yes \ + file://modprobe.patch;apply=yes \ + file://dash_readopt.patch;apply=yes \ + file://wc.patch;apply=yes \ + file://staging.patch;apply=yes \ + file://klibc_kexecsyscall.patch;apply=yes \ + file://mntproc-definitions.patch;apply=yes \ + file://isystem.patch;apply=yes \ " DEFAULT_PREFERENCE = "-1" diff --git a/recipes/klibc/klibc_1.5.18.inc b/recipes/klibc/klibc_1.5.18.inc index 760509251d..9572acf643 100644 --- a/recipes/klibc/klibc_1.5.18.inc +++ b/recipes/klibc/klibc_1.5.18.inc @@ -1,13 +1,13 @@ require klibc-common.inc -SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \ - file://modprobe.patch;patch=1 \ - file://dash_readopt.patch;patch=1 \ - file://wc.patch;patch=1 \ - file://staging.patch;patch=1 \ - file://klibc_kexecsyscall.patch;patch=1 \ - file://mntproc-definitions.patch;patch=1 \ - file://isystem.patch;patch=1 \ +SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;apply=yes \ + file://modprobe.patch;apply=yes \ + file://dash_readopt.patch;apply=yes \ + file://wc.patch;apply=yes \ + file://staging.patch;apply=yes \ + file://klibc_kexecsyscall.patch;apply=yes \ + file://mntproc-definitions.patch;apply=yes \ + file://isystem.patch;apply=yes \ " DEFAULT_PREFERENCE = "-1" diff --git a/recipes/klibc/klibc_1.5.inc b/recipes/klibc/klibc_1.5.inc index 7847009efb..70067aa7dc 100644 --- a/recipes/klibc/klibc_1.5.inc +++ b/recipes/klibc/klibc_1.5.inc @@ -1,12 +1,12 @@ require klibc-common.inc -SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \ - file://modprobe.patch;patch=1 \ - file://losetup.patch;patch=1 \ - file://dash_readopt.patch;patch=1 \ - file://wc.patch;patch=1 \ - file://staging.patch;patch=1 \ - file://klibc_kexecsyscall.patch;patch=1 \ +SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;apply=yes \ + file://modprobe.patch;apply=yes \ + file://losetup.patch;apply=yes \ + file://dash_readopt.patch;apply=yes \ + file://wc.patch;apply=yes \ + file://staging.patch;apply=yes \ + file://klibc_kexecsyscall.patch;apply=yes \ " KLIBC_FETCHDIR = "1.5" -- cgit 1.2.3-korg