diff options
Diffstat (limited to 'meta/packages/busybox/busybox_1.16.2.bb')
-rw-r--r-- | meta/packages/busybox/busybox_1.16.2.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/busybox/busybox_1.16.2.bb b/meta/packages/busybox/busybox_1.16.2.bb new file mode 100644 index 0000000000..0952f4ddb0 --- /dev/null +++ b/meta/packages/busybox/busybox_1.16.2.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | require busybox.inc | ||
2 | PR = "r0" | ||
3 | |||
4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | ||
5 | file://udhcpscript.patch \ | ||
6 | file://udhcpc-fix-nfsroot.patch \ | ||
7 | file://B921600.patch \ | ||
8 | file://get_header_tar.patch \ | ||
9 | file://busybox-appletlib-dependency.patch \ | ||
10 | file://run-parts.in.usr-bin.patch \ | ||
11 | file://find-touchscreen.sh \ | ||
12 | file://busybox-cron \ | ||
13 | file://busybox-httpd \ | ||
14 | file://busybox-udhcpd \ | ||
15 | file://default.script \ | ||
16 | file://simple.script \ | ||
17 | file://hwclock.sh \ | ||
18 | file://mount.busybox \ | ||
19 | file://syslog \ | ||
20 | file://syslog.conf \ | ||
21 | file://umount.busybox \ | ||
22 | file://defconfig" | ||
23 | |||
24 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" | ||