[oe-commits] Koen Kooi : busybox: put mountall in its own package

git version control git at git.openembedded.org
Fri Jun 5 16:11:18 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5d1c1762c59f39064946f4850d38f1d6c6628c69
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5d1c1762c59f39064946f4850d38f1d6c6628c69

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  2 11:37:59 2009 +0200

busybox: put mountall in its own package

---

 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 e312147..106938e 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"
 





More information about the Openembedded-commits mailing list