summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.17.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.17.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.17.3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.17.3.bb b/meta/recipes-core/busybox/busybox_1.17.3.bb
new file mode 100644
index 0000000000..473eabfe15
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.17.3.bb
@@ -0,0 +1,25 @@
1require busybox.inc
2PR = "r0"
3
4SRC_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://make-382-fix.patch \
12 file://find-touchscreen.sh \
13 file://busybox-cron \
14 file://busybox-httpd \
15 file://busybox-udhcpd \
16 file://default.script \
17 file://simple.script \
18 file://hwclock.sh \
19 file://mount.busybox \
20 file://syslog \
21 file://syslog.conf \
22 file://umount.busybox \
23 file://defconfig"
24
25EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"