diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-02 11:37:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:03 +0200 |
commit | 5d1c1762c59f39064946f4850d38f1d6c6628c69 (patch) | |
tree | 332b12451b8ef7411763b8fd5d338695033caf4f /recipes/busybox/busybox.inc | |
parent | 2b4ab2363d3a5ff95dc306871d39ade096e59fe3 (diff) |
busybox: put mountall in its own package
Diffstat (limited to 'recipes/busybox/busybox.inc')
-rw-r--r-- | recipes/busybox/busybox.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc index e3121476fa..106938e01b 100644 --- a/recipes/busybox/busybox.inc +++ b/recipes/busybox/busybox.inc @@ -33,11 +33,13 @@ SRC_URI_append_nylon = " file://xargs-double-size.patch;patch=1" export EXTRA_CFLAGS = "${CFLAGS}" EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}" -PACKAGES =+ "${PN}-httpd ${PN}-udhcpd" +PACKAGES =+ "${PN}-mountall ${PN}-httpd ${PN}-udhcpd" # We need this RRECOMMENDS because libc dlopens libgcc # and shlib mechanism can not detect it because its not # listed in the NEEDED field. RRECOMMENDS += "libgcc" +FILES_${PN}-mountall = "${sysconfdir}/default/mountall" +RDEPENDS_${PN} += "${PN}-mountall" FILES_${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www" FILES_${PN}-udhcpd = "${sysconfdir}/init.d/busybox-udhcpd" |