From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SMZ8l-0003Ho-3s for openembedded-core@lists.openembedded.org; Tue, 24 Apr 2012 08:22:19 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q3O6Ci6V018386 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 23 Apr 2012 23:12:44 -0700 (PDT) Received: from [128.224.162.223] (128.224.162.223) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Mon, 23 Apr 2012 23:12:43 -0700 Message-ID: <4F964456.6050106@windriver.com> Date: Tue, 24 Apr 2012 14:12:38 +0800 From: Xiaofeng Yan User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: References: <7334A38D-4148-4397-94A0-D721CD0BD924@dominion.thruhere.net> In-Reply-To: <7334A38D-4148-4397-94A0-D721CD0BD924@dominion.thruhere.net> X-Originating-IP: [128.224.162.223] Subject: Re: [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image 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: Tue, 24 Apr 2012 06:22:19 -0000 Content-Type: multipart/alternative; boundary="------------010302010903020108060207" --------------010302010903020108060207 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 2012?04?24? 13:53, Koen Kooi wrote: > Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven: > >> From: Xiaofeng Yan >> >> LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \ >> because of having "--without-x11" for gdk-pixbuf_2.24.1.bb. >> For passing lsb test I add PACKAGECONFIG support to the recipe and \ >> have poky-lsb turn on the poky-lsb distro for this recipe. >> >> [YOCTO #2284] > Shouldn't this be an 'x11' DISTRO_FEATURE instead? because "--without-x11" is disabled when x11 exists in core-image-sato. Using 'x11' DISTRO_FEATURE instead will change the default set, which will cause enable "--with-x11" when x11 is in DISTRO_FEATURE. LSB Test Suite need this configuration but other image may not need it even if having x11. > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > --------------010302010903020108060207 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 2012年04月24日 13:53, Koen Kooi wrote:
Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven:

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \
because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
For passing lsb test I add PACKAGECONFIG support to the recipe and \
have poky-lsb turn on the poky-lsb distro for this recipe.

[YOCTO #2284]
Shouldn't this be an 'x11' DISTRO_FEATURE instead?
because "--without-x11" is disabled when x11 exists in core-image-sato. Using 'x11' DISTRO_FEATURE instead will change the default set, which will cause enable "--with-x11" when x11 is in DISTRO_FEATURE. LSB Test Suite need this configuration but other image may not need it even if having x11.


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


--------------010302010903020108060207--