From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 00190E01458 for ; Tue, 7 May 2013 08:43:15 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 55644F811DB; Tue, 7 May 2013 09:43:15 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 7C92CF81188; Tue, 7 May 2013 09:43:13 -0600 (MDT) Message-ID: <51892115.6010203@mlbassoc.com> Date: Tue, 07 May 2013 09:43:17 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Otavio Salvador References: <1367921263-15582-1-git-send-email-eric@eukrea.com> <20130507153638.7dafa88c@e6520eb> <20130507165852.1fcb2924@e6520eb> <51891AC9.3050702@mlbassoc.com> <51891DC1.4010300@mlbassoc.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 15:43:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 2013-05-07 09:34, Otavio Salvador wrote: > On Tue, May 7, 2013 at 12:29 PM, Gary Thomas wrote: >> On 2013-05-07 09:22, Otavio Salvador wrote: >>> >>> On Tue, May 7, 2013 at 12:16 PM, Gary Thomas wrote: >>>> >>>> On 2013-05-07 09:10, Otavio Salvador wrote: >>>>> >>>>> >>>>> On Tue, May 7, 2013 at 11:58 AM, Eric Bénard wrote: >>>>>> >>>>>> >>>>>> Hi, >>>>>> >>>>>> Le Tue, 7 May 2013 10:37:48 -0300, >>>>>> Otavio Salvador a écrit : >>>>>> >>>>>>> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard wrote: >>>>>>>> >>>>>>>> >>>>>>>> Le Tue, 7 May 2013 10:20:43 -0300, >>>>>>>> Otavio Salvador a écrit : >>>>>>>> >>>>>>>>> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard wrote: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Signed-off-by: Eric Bénard >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> I am worring about how you ended without the dri.h here. You weren't >>>>>>>>> suppose to lack this fine as we build with DRI enabled. >>>>>>>>> >>>>>>>>> Did you change something in your local.conf? >>>>>>>>> >>>>>>>> OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >>>>>>>> configuration ;-) >>>>>>> >>>>>>> >>>>>>> >>>>>>> I wonder what we should do here. In case it lacks opengl feature. What >>>>>>> you think? >>>>>>> >>>>>> at least maybe we should write it in the README >>>>> >>>>> >>>>> >>>>> I think we could handle it properly in the xserver-xorg package, it >>>>> could not remove the these files and not depends on the DRI things. >>>> >>>> >>>> >>>> While you are fixing this, can you please make this a .bbappend instead >>>> of >>>> overriding/replacing the main recipe from OE-core? >>> >>> >>> Not easy as we're downgrading the version in use. So we need to have >>> the specific patches and like. >> >> >> Yes I see that now - sorry for the noise, but there may need to be a patch >> for this one as well as xkbcomp currently goes missing in the images because >> of a change in OE-core. > > I didn't follow you, can you elaborate it a bit more? I'll post a patch to OE-core shortly, but at the moment xkbcomp will be missing from any images created because of this commit to OE-core: xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} Nothing in this package uses xkbcomp so depending on it here is not appropriate. Whatever package(s) is/are invoking that binary should be the ones to depend on it. (From OE-Core rev: bdcc5e8f1286d288baf410458efc39a59b68d751) Signed-off-by: Phil Blundell Signed-off-by: Saul Wold Signed-off-by: Richard Purdie Something like this should do (I'm testing now): diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.in index 795410b..3edc1a4 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -65,7 +65,7 @@ PACKAGES =+ "${PN}-security-policy \ ${PN}-module-libxf4bpp" RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config" -RDEPENDS_${PN}-xvfb += "xkeyboard-config" +RDEPENDS_${PN}-xvfb += "xkeyboard-config xkbcomp" RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdi -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------