[OE-core] [PATCH] alsa-utils: add bash as a dependency of the alsa-utils-alsaconf rpm.

Florin Sarbu florin.sarbu at windriver.com
Thu Jan 10 07:01:09 UTC 2013


alsa-utils-alsaconf rpm contains the bash script alsaconf. In order
to have the do_rootfs not error when bash is not brought along in
the rootfs as an explicit dependency, we add it as a dependency
of alsa-utils.

Signed-off-by: Florin Sarbu <florin.sarbu at windriver.com>
---
 meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb
index 4990eb0..a76985c 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb
@@ -47,6 +47,7 @@ ALSA_UTILS_PKGS = "\
 
 PACKAGES += "${ALSA_UTILS_PKGS}"
 RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}"
+RDEPENDS_alsa-utils-alsaconf += "bash"
 
 # We omit alsaconf, because
 # a) this is a bash script
-- 
1.7.10.4





More information about the Openembedded-core mailing list