diff options
Diffstat (limited to 'recipes/busybox/busybox_1.15.3.bb')
-rw-r--r-- | recipes/busybox/busybox_1.15.3.bb | 14 |
1 files changed, 7 insertions, 7 deletions
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 \ |