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/busybox | |
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/busybox')
-rw-r--r-- | recipes/busybox/busybox.inc | 8 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.11.3.bb | 10 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.13.2.bb | 34 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.14.3.bb | 10 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.15.3.bb | 14 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.2.1.bb | 6 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.2.2.bb | 2 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.7.2.bb | 12 | ||||
-rw-r--r-- | recipes/busybox/busybox_1.9.2.bb | 10 |
9 files changed, 53 insertions, 53 deletions
diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc index c6b6422fc1..5e0c5a42bd 100644 --- a/recipes/busybox/busybox.inc +++ b/recipes/busybox/busybox.inc @@ -18,17 +18,17 @@ SRC_URI = "\ file://busybox-httpd \ file://busybox-udhcpd \ file://default.script file://simple.script \ - file://dhcp-hostname.patch;patch=1 \ + file://dhcp-hostname.patch;apply=yes \ file://hwclock.sh \ - file://ifupdown-spurious-environ.patch;patch=1 \ + file://ifupdown-spurious-environ.patch;apply=yes \ file://mount.busybox \ file://syslog \ file://syslog.conf \ - file://udhcpscript.patch;patch=1 \ + file://udhcpscript.patch;apply=yes \ file://umount.busybox \ " -SRC_URI_append_nylon = " file://xargs-double-size.patch;patch=1" +SRC_URI_append_nylon = " file://xargs-double-size.patch;apply=yes" export EXTRA_CFLAGS = "${CFLAGS}" EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}" diff --git a/recipes/busybox/busybox_1.11.3.bb b/recipes/busybox/busybox_1.11.3.bb index 838e1bd54f..643b169751 100644 --- a/recipes/busybox/busybox_1.11.3.bb +++ b/recipes/busybox/busybox_1.11.3.bb @@ -4,11 +4,11 @@ PR = "${INC_PR}.1" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ \ - file://udhcpscript.patch;patch=1 \ - file://B921600.patch;patch=1 \ - file://fdisk_lineedit_segfault.patch;patch=1 \ - file://iptunnel.patch;patch=1 \ - file://busybox-appletlib-dependency.patch;patch=1 \ + file://udhcpscript.patch;apply=yes \ + file://B921600.patch;apply=yes \ + file://fdisk_lineedit_segfault.patch;apply=yes \ + file://iptunnel.patch;apply=yes \ + file://busybox-appletlib-dependency.patch;apply=yes \ file://busybox-cron \ file://busybox-httpd \ file://busybox-udhcpd \ diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb index d22819e7d4..96087a22ca 100644 --- a/recipes/busybox/busybox_1.13.2.bb +++ b/recipes/busybox/busybox_1.13.2.bb @@ -3,24 +3,24 @@ PR = "${INC_PR}.1" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ - file://busybox-1.13.2-awk.patch;patch=1 \ - file://busybox-1.13.2-depmod.patch;patch=1 \ - file://busybox-1.13.2-init.patch;patch=1 \ - file://busybox-1.13.2-killall.patch;patch=1 \ - file://busybox-1.13.2-mdev.patch;patch=1 \ - file://busybox-1.13.2-modprobe.patch;patch=1 \ - file://busybox-1.13.2-printf.patch;patch=1 \ - file://busybox-1.13.2-syslogd.patch;patch=1 \ - file://busybox-1.13.2-tar.patch;patch=1 \ - file://busybox-1.13.2-top24.patch;patch=1 \ - file://busybox-1.13.2-unzip.patch;patch=1 \ - file://busybox-1.13.2-wget.patch;patch=1 \ + file://busybox-1.13.2-awk.patch;apply=yes \ + file://busybox-1.13.2-depmod.patch;apply=yes \ + file://busybox-1.13.2-init.patch;apply=yes \ + file://busybox-1.13.2-killall.patch;apply=yes \ + file://busybox-1.13.2-mdev.patch;apply=yes \ + file://busybox-1.13.2-modprobe.patch;apply=yes \ + file://busybox-1.13.2-printf.patch;apply=yes \ + file://busybox-1.13.2-syslogd.patch;apply=yes \ + file://busybox-1.13.2-tar.patch;apply=yes \ + file://busybox-1.13.2-top24.patch;apply=yes \ + file://busybox-1.13.2-unzip.patch;apply=yes \ + file://busybox-1.13.2-wget.patch;apply=yes \ \ - file://udhcpscript.patch;patch=1 \ - file://udhcpc-fix-nfsroot.patch;patch=1 \ - file://B921600.patch;patch=1 \ - file://get_header_tar.patch;patch=1 \ - file://busybox-appletlib-dependency.patch;patch=1 \ + file://udhcpscript.patch;apply=yes \ + file://udhcpc-fix-nfsroot.patch;apply=yes \ + file://B921600.patch;apply=yes \ + file://get_header_tar.patch;apply=yes \ + file://busybox-appletlib-dependency.patch;apply=yes \ file://find-touchscreen.sh \ file://busybox-cron \ file://busybox-httpd \ diff --git a/recipes/busybox/busybox_1.14.3.bb b/recipes/busybox/busybox_1.14.3.bb index d714310368..49ad8b3084 100644 --- a/recipes/busybox/busybox_1.14.3.bb +++ b/recipes/busybox/busybox_1.14.3.bb @@ -6,11 +6,11 @@ DEFAULT_PREFERENCE = "-1" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ \ - file://udhcpscript.patch;patch=1 \ - file://udhcpc-fix-nfsroot.patch;patch=1 \ - file://B921600.patch;patch=1 \ - file://get_header_tar.patch;patch=1 \ - file://busybox-appletlib-dependency.patch;patch=1 \ + file://udhcpscript.patch;apply=yes \ + file://udhcpc-fix-nfsroot.patch;apply=yes \ + file://B921600.patch;apply=yes \ + file://get_header_tar.patch;apply=yes \ + file://busybox-appletlib-dependency.patch;apply=yes \ file://find-touchscreen.sh \ file://busybox-cron \ file://busybox-httpd \ diff --git a/recipes/busybox/busybox_1.15.3.bb b/recipes/busybox/busybox_1.15.3.bb index dbf60aff57..5cb909ae87 100644 --- a/recipes/busybox/busybox_1.15.3.bb +++ b/recipes/busybox/busybox_1.15.3.bb @@ -4,13 +4,13 @@ PR = "${INC_PR}.1" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ \ - file://udhcpscript.patch;patch=1 \ - file://udhcpc-fix-nfsroot.patch;patch=1 \ - file://B921600.patch;patch=1 \ - file://get_header_tar.patch;patch=1 \ - file://busybox-appletlib-dependency.patch;patch=1 \ - file://0000-wget-no-check-certificate.patch;patch=1 \ - file://run-parts.in.usr-bin.patch;patch=1 \ + file://udhcpscript.patch;apply=yes \ + file://udhcpc-fix-nfsroot.patch;apply=yes \ + file://B921600.patch;apply=yes \ + file://get_header_tar.patch;apply=yes \ + file://busybox-appletlib-dependency.patch;apply=yes \ + file://0000-wget-no-check-certificate.patch;apply=yes \ + file://run-parts.in.usr-bin.patch;apply=yes \ file://find-touchscreen.sh \ file://busybox-cron \ file://busybox-httpd \ diff --git a/recipes/busybox/busybox_1.2.1.bb b/recipes/busybox/busybox_1.2.1.bb index 037584a198..7599e4e56d 100644 --- a/recipes/busybox/busybox_1.2.1.bb +++ b/recipes/busybox/busybox_1.2.1.bb @@ -5,12 +5,12 @@ PR = "${INC_PR}.1" SRC_URI += "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ \ - file://wget-long-options.patch;patch=1 \ - file://df_rootfs.patch;patch=1 \ + file://wget-long-options.patch;apply=yes \ + file://df_rootfs.patch;apply=yes \ file://defconfig" SRC_URI[tarball.md5sum] = "362b3dc0f2023ddfda901dc1f1a74391" SRC_URI[tarball.sha256sum] = "c6f955c7feafdb7c40645b3dc4c4a3c945477a2429633eef7b2a34ef01827410" -SRC_URI_append_avr32 = " file://install-should-unlink-dest-if-it-exists.patch;patch=1" +SRC_URI_append_avr32 = " file://install-should-unlink-dest-if-it-exists.patch;apply=yes" do_configure () { install -m 0644 ${WORKDIR}/defconfig ${S}/.config.oe diff --git a/recipes/busybox/busybox_1.2.2.bb b/recipes/busybox/busybox_1.2.2.bb index c160635998..dca729a202 100644 --- a/recipes/busybox/busybox_1.2.2.bb +++ b/recipes/busybox/busybox_1.2.2.bb @@ -7,7 +7,7 @@ DEFAULT_PREFERENCE = "-1" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ \ - file://wget-long-options.patch;patch=1 \ + file://wget-long-options.patch;apply=yes \ file://defconfig" SRC_URI[tarball.md5sum] = "ae8a4c65b9464c8ece3483a3d3b9544c" SRC_URI[tarball.sha256sum] = "4de9fb2bb018e381e64199b38d90cb25e71366c37a8995e9ab5ed206ebcb972f" diff --git a/recipes/busybox/busybox_1.7.2.bb b/recipes/busybox/busybox_1.7.2.bb index cd22797129..74775af436 100644 --- a/recipes/busybox/busybox_1.7.2.bb +++ b/recipes/busybox/busybox_1.7.2.bb @@ -11,17 +11,17 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://mountall \ file://syslog \ file://syslog.conf \ - file://udhcpscript.patch;patch=1 \ - file://busybox-appletlib-dependency.patch;patch=1 \ + file://udhcpscript.patch;apply=yes \ + file://busybox-appletlib-dependency.patch;apply=yes \ file://umount.busybox \ file://run_parts.c" SRC_URI[tarball.md5sum] = "c91ec9756e2000073a9dd8fa9fc3f89e" SRC_URI[tarball.sha256sum] = "83c4cc813124a43f13e2ebb83cea9da9909d63891b824bf4bc7006f0567db7cf" -SRC_URI += "http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-ash.patch;patch=1;name=patch1 \ - http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-iptun.patch;patch=1;name=patch2 \ - http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-logger.patch;patch=1;name=patch3 \ - http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-tail.patch;patch=1;name=patch4 \ +SRC_URI += "http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-ash.patch;apply=yes;name=patch1 \ + http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-iptun.patch;apply=yes;name=patch2 \ + http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-logger.patch;apply=yes;name=patch3 \ + http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-tail.patch;apply=yes;name=patch4 \ file://defconfig" EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" diff --git a/recipes/busybox/busybox_1.9.2.bb b/recipes/busybox/busybox_1.9.2.bb index 5e8e65a314..d4efdcd0ae 100644 --- a/recipes/busybox/busybox_1.9.2.bb +++ b/recipes/busybox/busybox_1.9.2.bb @@ -2,11 +2,11 @@ require busybox.inc PR = "${INC_PR}.1" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ - file://udhcpscript.patch;patch=1 \ - file://adduser-longops.patch;patch=1 \ - file://sort-z-nul.patch;patch=1;status=upstream \ - file://topmem.patch;patch=1 \ - file://busybox-appletlib-dependency.patch;patch=1 \ + file://udhcpscript.patch;apply=yes \ + file://adduser-longops.patch;apply=yes \ + file://sort-z-nul.patch;apply=yes;status=upstream \ + file://topmem.patch;apply=yes \ + file://busybox-appletlib-dependency.patch;apply=yes \ file://busybox-cron \ file://busybox-httpd \ file://busybox-udhcpd \ |