From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt11o-0000yI-IK for openembedded-core@lists.openembedded.org; Thu, 02 Feb 2012 19:05:00 +0100 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 02 Feb 2012 09:57:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="103207419" Received: from unknown (HELO [10.255.14.238]) ([10.255.14.238]) by orsmga001.jf.intel.com with ESMTP; 02 Feb 2012 09:57:02 -0800 Message-ID: <4F2ACE6E.8030609@linux.intel.com> Date: Thu, 02 Feb 2012 09:57:02 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1327942199-4604-1-git-send-email-koen@dominion.thruhere.net> In-Reply-To: <1327942199-4604-1-git-send-email-koen@dominion.thruhere.net> Cc: Koen Kooi Subject: Re: [PATCH 1/2] alsa-state: fix RDEPENDS assignment X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 18:05:00 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/30/2012 08:49 AM, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > 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" > Merged this along with the alsa-utils to OE-core Thanks Sau!