All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix audio mixer settings on beagleboard
@ 2011-09-30 15:57 Paul Eggleton
  2011-09-30 15:57 ` [PATCH 1/1] beagleboard-audio: fix RDEPENDS on alsa-utils-amixer Paul Eggleton
  2011-09-30 16:34 ` [PATCH 0/1] Fix audio mixer settings on beagleboard Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2011-09-30 15:57 UTC (permalink / raw)
  To: poky

On an rpm rootfs at least (did not test ipk), using RDEPENDS instead of
RDEPENDS_${PN} does not work, so alsa-utils-amixer wasn't installed and
beagleboard-audio was not able to set the default mixer settings.
RDEPENDS_${PN} is the correct usage in any case.

The following changes since commit 72928abdfc00af2a7a5fac27f82e23e5de8efc4b:

  util-linux: Ensure perl scripts reference the correct perl (2011-09-28 21:51:52 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib paule/bb-audio-fix
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/bb-audio-fix

Paul Eggleton (1):
  beagleboard-audio: fix RDEPENDS on alsa-utils-amixer

 .../beagleboard-audio/beagleboard-audio.bb         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.4.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] beagleboard-audio: fix RDEPENDS on alsa-utils-amixer
  2011-09-30 15:57 [PATCH 0/1] Fix audio mixer settings on beagleboard Paul Eggleton
@ 2011-09-30 15:57 ` Paul Eggleton
  2011-09-30 16:34 ` [PATCH 0/1] Fix audio mixer settings on beagleboard Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2011-09-30 15:57 UTC (permalink / raw)
  To: poky

Use RDEPENDS_${PN} instead of RDEPENDS.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../beagleboard-audio/beagleboard-audio.bb         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb b/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb
index ee85715..0bfd7dc 100644
--- a/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb
+++ b/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb
@@ -4,11 +4,11 @@ SECTION = "base"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-PR = "r4"
+PR = "r5"
 
 inherit update-rc.d
 
-RDEPENDS = "alsa-utils-amixer"
+RDEPENDS_${PN} = "alsa-utils-amixer"
 
 SRC_URI = "file://beagleboard-audio"
 
-- 
1.7.4.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Fix audio mixer settings on beagleboard
  2011-09-30 15:57 [PATCH 0/1] Fix audio mixer settings on beagleboard Paul Eggleton
  2011-09-30 15:57 ` [PATCH 1/1] beagleboard-audio: fix RDEPENDS on alsa-utils-amixer Paul Eggleton
@ 2011-09-30 16:34 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-09-30 16:34 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On Fri, 2011-09-30 at 16:57 +0100, Paul Eggleton wrote:
> On an rpm rootfs at least (did not test ipk), using RDEPENDS instead of
> RDEPENDS_${PN} does not work, so alsa-utils-amixer wasn't installed and
> beagleboard-audio was not able to set the default mixer settings.
> RDEPENDS_${PN} is the correct usage in any case.
> 
> The following changes since commit 72928abdfc00af2a7a5fac27f82e23e5de8efc4b:
> 
>   util-linux: Ensure perl scripts reference the correct perl (2011-09-28 21:51:52 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib paule/bb-audio-fix
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/bb-audio-fix
> 
> Paul Eggleton (1):
>   beagleboard-audio: fix RDEPENDS on alsa-utils-amixer

Merged to master, thanks.

Richard



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-30 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30 15:57 [PATCH 0/1] Fix audio mixer settings on beagleboard Paul Eggleton
2011-09-30 15:57 ` [PATCH 1/1] beagleboard-audio: fix RDEPENDS on alsa-utils-amixer Paul Eggleton
2011-09-30 16:34 ` [PATCH 0/1] Fix audio mixer settings on beagleboard Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.