From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe003.messaging.microsoft.com [216.32.181.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5D36CE00294 for ; Tue, 18 Dec 2012 02:21:53 -0800 (PST) Received: from mail133-ch1-R.bigfish.com (10.43.68.249) by CH1EHSOBE018.bigfish.com (10.43.70.68) with Microsoft SMTP Server id 14.1.225.23; Tue, 18 Dec 2012 10:21:52 +0000 Received: from mail133-ch1 (localhost [127.0.0.1]) by mail133-ch1-R.bigfish.com (Postfix) with ESMTP id BAE222014A; Tue, 18 Dec 2012 10:21:52 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h1155h) Received: from mail133-ch1 (localhost.localdomain [127.0.0.1]) by mail133-ch1 (MessageSwitch) id 1355826111179555_22737; Tue, 18 Dec 2012 10:21:51 +0000 (UTC) Received: from CH1EHSMHS020.bigfish.com (snatpool2.int.messaging.microsoft.com [10.43.68.230]) by mail133-ch1.bigfish.com (Postfix) with ESMTP id 291C73C00D1; Tue, 18 Dec 2012 10:21:51 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS020.bigfish.com (10.43.70.20) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 18 Dec 2012 10:21:51 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.318.3; Tue, 18 Dec 2012 10:21:50 +0000 Received: from [10.29.244.61] ([10.29.244.61]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id qBIALlg9026307; Tue, 18 Dec 2012 03:21:48 -0700 Message-ID: <50D04441.2020704@freescale.com> Date: Tue, 18 Dec 2012 08:24:01 -0200 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Vladimir Zapolskiy References: <1355787450-9831-1-git-send-email-vladimir_zapolskiy@mentor.com> In-Reply-To: <1355787450-9831-1-git-send-email-vladimir_zapolskiy@mentor.com> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org, Otavio Salvador Subject: Re: [PATCH] xf86-video-imxfb-vivante: add dependency on X11 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, 18 Dec 2012 10:21:53 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12/17/2012 09:37 PM, Vladimir Zapolskiy wrote: > Prior to xf86-video-imxfs-vivante there should be built libX11. > > This change fixes an issue met on configuration stage: > > | configure:3303: checking whether the C compiler works > | configure:3325: arm-mentor-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 -mno-unaligned-access [snip] -lm -ldl -lGAL-x11 conftest.c >&5 > | /opt/projects/mentor/thales-mel6.0/build/tmp/sysroots/imx6qsabrelite/usr/lib/libGAL-x11.so: undefined reference to `XWidthOfScreen' > [snip] > | collect2: ld returned 1 exit status > > Signed-off-by: Vladimir Zapolskiy You forgot to add [meta-fsl-arm] to subject. Please, BUMP the recipe. Daiane