busybox: put mountall in its own package
authorKoen Kooi <koen@openembedded.org>
Tue, 2 Jun 2009 09:37:59 +0000 (11:37 +0200)
committerKoen Kooi <koen@Powerbook-3.local>
Fri, 5 Jun 2009 15:48:03 +0000 (17:48 +0200)
recipes/busybox/busybox.inc

index e312147..106938e 100644 (file)
@@ -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"