summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.18.4.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-02 19:09:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:57:08 +0100
commitbcd7f1037305f2ce37c09769f2de3ddff4ca2f30 (patch)
treeb576bf014833e751954af3f675eee69632f2dec0 /meta/recipes-core/busybox/busybox_1.18.4.bb
parentc533f60dfacb4cebce9fa9ec184b683167c2ef62 (diff)
downloadpoky-bcd7f1037305f2ce37c09769f2de3ddff4ca2f30.tar.gz
busybox: add support to mdev
This changes the packaging only if the configuration used has mdev support enabled. (From OE-Core rev: 82b163043aa53488a03bb3de3a78e5b6eeb76019) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.18.4.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.18.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb
index 5f5c2ae1ca..cf3765075c 100644
--- a/meta/recipes-core/busybox/busybox_1.18.4.bb
+++ b/meta/recipes-core/busybox/busybox_1.18.4.bb
@@ -20,6 +20,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
20 file://mount.busybox \ 20 file://mount.busybox \
21 file://syslog \ 21 file://syslog \
22 file://syslog.conf \ 22 file://syslog.conf \
23 file://mdev \
24 file://mdev.conf \
23 file://umount.busybox \ 25 file://umount.busybox \
24 file://defconfig" 26 file://defconfig"
25 27