[OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment
Joshua Lock
josh at linux.intel.com
Mon Jan 30 17:50:18 UTC 2012
Yikes, I don't know why I keep making this mistake. Thanks for catching
it Koen.
I thought we caught this in a QA error but I definitely didn't see it,
best investigate.
On 30/01/12 08:49, Koen Kooi wrote:
> Signed-off-by: Koen Kooi<koen at dominion.thruhere.net>
Signed-off-by: Joshua Lock<josh at linux.intel.com>
Joshua
> ---
> meta/recipes-bsp/alsa-state/alsa-state.bb | 5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb
> index bc17b25..83c9faa 100644
> --- a/meta/recipes-bsp/alsa-state/alsa-state.bb
> +++ b/meta/recipes-bsp/alsa-state/alsa-state.bb
> @@ -10,7 +10,7 @@ sound state at system boot and save it at system shut down."
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> PV = "0.2.0"
> -PR = "r0"
> +PR = "r2"
>
> SRC_URI = "\
> file://asound.conf \
> @@ -18,8 +18,6 @@ SRC_URI = "\
> file://alsa-state \
> "
>
> -RDEPENDS = "alsa-utils-alsactl"
> -
> inherit update-rc.d
>
> INITSCRIPT_NAME = "alsa-state"
> @@ -39,6 +37,7 @@ PACKAGES += "alsa-states"
>
> RRECOMMENDS_alsa-state = "alsa-states"
>
> +RDEPENDS_${PN} = "alsa-utils-alsactl"
> FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf"
> CONFFILES_${PN} = "${sysconfdir}/asound.conf"
>
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
More information about the Openembedded-core
mailing list