summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.19.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.19.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.19.3.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb
new file mode 100644
index 0000000000..7a54789a4b
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.19.3.bb
@@ -0,0 +1,32 @@
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://busybox-1.19.3-getty.patch \
11 file://run-parts.in.usr-bin.patch \
12 file://busybox-udhcpc-no_deconfig.patch \
13 file://find-touchscreen.sh \
14 file://busybox-cron \
15 file://busybox-httpd \
16 file://busybox-udhcpd \
17 file://busybox-udhcpc \
18 file://default.script \
19 file://simple.script \
20 file://hwclock.sh \
21 file://mount.busybox \
22 file://syslog \
23 file://syslog.conf \
24 file://mdev \
25 file://mdev.conf \
26 file://umount.busybox \
27 file://defconfig"
28
29SRC_URI[tarball.md5sum] = "c3938e1ac59602387009bbf1dd1af7f6"
30SRC_URI[tarball.sha256sum] = "a1a9a35732c719ef384f02b6e357c324d8be25bc154af91a48c4264b1e6038f0"
31
32EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"