diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2013-01-10 09:01:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-10 23:49:39 +0000 |
commit | 4739031722ec9a99b33be0d0aef8fb4d3d094d43 (patch) | |
tree | fe96df0be00c1dce380cefdff8d1064c157f2030 | |
parent | 78e5426a762b6f9b1b3b66fd8a65c67d6b94763c (diff) | |
download | poky-4739031722ec9a99b33be0d0aef8fb4d3d094d43.tar.gz |
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.
(From OE-Core rev: 18575b082a4042376fd1575465e69562dea04ddc)
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 4990eb00f3..a76985c4c2 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 = "\ | |||
47 | 47 | ||
48 | PACKAGES += "${ALSA_UTILS_PKGS}" | 48 | PACKAGES += "${ALSA_UTILS_PKGS}" |
49 | RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}" | 49 | RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}" |
50 | RDEPENDS_alsa-utils-alsaconf += "bash" | ||
50 | 51 | ||
51 | # We omit alsaconf, because | 52 | # We omit alsaconf, because |
52 | # a) this is a bash script | 53 | # a) this is a bash script |