* [PATCH 1/1] Fix alsa-utils package dependencies
@ 2011-09-20 23:15 Daniel Lazzari
2011-09-21 22:57 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lazzari @ 2011-09-20 23:15 UTC (permalink / raw)
To: 'openembedded-core@lists.openembedded.org'
Make alsa-utils main package depend on all of the more specific alsa-utils packages (such as alsa-utils-alsamixer).
Signed-off-by: Daniel Lazzari Jr <dlazzari@leapfrog.com>
---
.../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
index 52a7871..307f293 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
@@ -28,7 +28,7 @@ inherit autotools gettext
# This are all packages that we need to make. Also, the now empty alsa-utils
# ipk depends on them.
-PACKAGES += "\
+ALSA_UTILS_PKGS = "\
alsa-utils-alsamixer \
alsa-utils-midi \
alsa-utils-aplay \
@@ -44,6 +44,9 @@ PACKAGES += "\
alsa-utils-alsaucm \
"
+PACKAGES += "${ALSA_UTILS_PKGS}"
+RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}"
+
# We omit alsaconf, because
# a) this is a bash script
# b) it creates config files not suitable for OE-based distros
--
1.7.0.4
Dan Lazzari Jr.
Firmware Engineer
dlazzari@leapfrog.com
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] Fix alsa-utils package dependencies
2011-09-20 23:15 [PATCH 1/1] Fix alsa-utils package dependencies Daniel Lazzari
@ 2011-09-21 22:57 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-09-21 22:57 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Daniel Lazzari
On 09/20/2011 04:15 PM, Daniel Lazzari wrote:
> Make alsa-utils main package depend on all of the more specific alsa-utils packages (such as alsa-utils-alsamixer).
>
> Signed-off-by: Daniel Lazzari Jr<dlazzari@leapfrog.com>
> ---
> .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> index 52a7871..307f293 100644
> --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> @@ -28,7 +28,7 @@ inherit autotools gettext
> # This are all packages that we need to make. Also, the now empty alsa-utils
> # ipk depends on them.
>
> -PACKAGES += "\
> +ALSA_UTILS_PKGS = "\
> alsa-utils-alsamixer \
> alsa-utils-midi \
> alsa-utils-aplay \
> @@ -44,6 +44,9 @@ PACKAGES += "\
> alsa-utils-alsaucm \
> "
>
> +PACKAGES += "${ALSA_UTILS_PKGS}"
> +RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}"
> +
> # We omit alsaconf, because
> # a) this is a bash script
> # b) it creates config files not suitable for OE-based distros
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-21 23:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 23:15 [PATCH 1/1] Fix alsa-utils package dependencies Daniel Lazzari
2011-09-21 22:57 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox