[oe-commits] Florin Sarbu : alsa-utils: add bash as a dependency of the alsa-utils-alsaconf rpm.

git at git.openembedded.org git at git.openembedded.org
Thu Jan 10 23:52:48 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 18575b082a4042376fd1575465e69562dea04ddc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=18575b082a4042376fd1575465e69562dea04ddc

Author: Florin Sarbu <florin.sarbu at windriver.com>
Date:   Thu Jan 10 09:01:09 2013 +0200

alsa-utils: add bash as a dependency of the alsa-utils-alsaconf rpm.

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list