summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-10-06 14:14:25 -0500
committerJohn Klug <john.klug@multitech.com>2017-10-06 14:14:25 -0500
commita85e3a6dffbadb9ec8dc203b713eb2fd30c45c2b (patch)
tree0b4648114e7ee0fc0689677c5b93804b20d79881 /recipes-core
parentc8f149db95f96d029e55a1142542fd57c57e4cd7 (diff)
downloadmeta-mlinux-atmel-a85e3a6dffbadb9ec8dc203b713eb2fd30c45c2b.tar.gz
meta-mlinux-atmel-a85e3a6dffbadb9ec8dc203b713eb2fd30c45c2b.tar.bz2
meta-mlinux-atmel-a85e3a6dffbadb9ec8dc203b713eb2fd30c45c2b.zip
busybox depends on bash
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/busybox/busybox_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend
index f4311df..bc7225a 100644
--- a/recipes-core/busybox/busybox_%.bbappend
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -1,5 +1,6 @@
PR .= ".mlinux2"
FILESEXTRAPATHS_prepend := ":${THISDIR}/files:"
+RDEPENDS_${PN} += "bash"
SRC_URI += "file://udhcpd.conf.example \
file://ifplugd.action \
@@ -47,4 +48,4 @@ CONFFILES_${PN}-ifplugd = "${sysconfdir}/ifplugd/eth0.conf \
${sysconfidir}/udhcpd.conf \
"
-CONFFILES_${PN}-udhcpc =+ "${sysconfidir}/udhcpd.conf" \ No newline at end of file
+CONFFILES_${PN}-udhcpc =+ "${sysconfidir}/udhcpd.conf"