From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SgfIl-0001vU-2g for openembedded-core@lists.openembedded.org; Mon, 18 Jun 2012 18:59:43 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 18 Jun 2012 09:49:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="181666902" Received: from unknown (HELO [10.255.12.105]) ([10.255.12.105]) by fmsmga002.fm.intel.com with ESMTP; 18 Jun 2012 09:48:59 -0700 Message-ID: <4FDF5BFB.3020700@linux.intel.com> Date: Mon, 18 Jun 2012 09:48:59 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1339678865-3610-1-git-send-email-laurentiu.palcu@intel.com> In-Reply-To: <1339678865-3610-1-git-send-email-laurentiu.palcu@intel.com> Subject: Re: [PATCH] core-image-gtk-directfb, qt4e-demo-image: Remove module-init-tools from IMAGE_INSTALL list 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: Mon, 18 Jun 2012 16:59:43 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/14/2012 06:01 AM, Laurentiu Palcu wrote: > As module-init-tools package does not exist anymore there's no reason to > have it in the IMAGE_INSTALL package list. If RPM package manager is > used, build will fail with: > > Unable to find package module-init-tools (module-init-tools)! > > [Yocto #2580] > > Signed-off-by: Laurentiu Palcu > --- > .../images/core-image-gtk-directfb.bb | 3 +-- > meta/recipes-qt/images/qt4e-demo-image.bb | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/meta/recipes-graphics/images/core-image-gtk-directfb.bb b/meta/recipes-graphics/images/core-image-gtk-directfb.bb > index a5fba17..dcf5165 100644 > --- a/meta/recipes-graphics/images/core-image-gtk-directfb.bb > +++ b/meta/recipes-graphics/images/core-image-gtk-directfb.bb > @@ -1,5 +1,5 @@ > LICENSE = "MIT" > -PR="r0" > +PR="r1" > > > LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > @@ -17,7 +17,6 @@ inherit core-image > IMAGE_INSTALL += "\ > ${CORE_IMAGE_BASE_INSTALL} \ > task-core-basic \ > - module-init-tools \ > task-core-gtk-directfb-base \ > " > > diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb > index 6c0dc70..794dac5 100644 > --- a/meta/recipes-qt/images/qt4e-demo-image.bb > +++ b/meta/recipes-qt/images/qt4e-demo-image.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Version 1.0-r1 of the qtr3-demo-image." > LICENSE = "MIT" > -PR="r1" > +PR="r2" > > LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > @@ -13,7 +13,6 @@ RDEPENDS_${PN} += " \ > > IMAGE_INSTALL += "\ > ${CORE_IMAGE_BASE_INSTALL} \ > - module-init-tools \ > task-qt4e-base \ > " > Merged into OE-Core Thanks Sau!