From: Koen Kooi Date: Tue, 2 Jun 2009 09:37:59 +0000 (+0200) Subject: busybox: put mountall in its own package X-Git-Tag: Release-2010-05/1~3277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d1c1762c59f39064946f4850d38f1d6c6628c69;p=openembedded.git busybox: put mountall in its own package --- 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"