From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C6B3BE013AE for ; Sun, 28 Jul 2013 09:00:34 -0700 (PDT) Received: by mail-pb0-f41.google.com with SMTP id rp16so3770174pbb.14 for ; Sun, 28 Jul 2013 09:00:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=d0N5vmWWOrOKrTMJlb+2D47yeQI3SVRJYDAZqmyN+os=; b=WbRwamy0Ej5uVckKhelaVedi3T8+0qJ7afY2Fzmzs7oPbzSSJ69to0e48OXEr7VJEA Dqj7wolh0/gHNkp2ljfOaF43vYMEuuBYS/iYItuwQzo2qIiyWZ8E2/LtSb0juCZefsti LT/JGTJoAQyGOuOHaWO/vXlC26VN5LsVOANvlCnTPni3i7b8CwyMUBoWjpeUJClGrMeR EhprZB9nDi6szxPwS4sDx7IdPrOMxvLU3Xu4ERonSx0c1XlnQq4tDikO9QCVbXK3Gyys sROqPTmaAbbDtvcyuBbst45kWs+nwNABFAPKoGeFzeWgirPrcPA2x/JsCxtvJhdMpM7K GknQ== X-Received: by 10.68.135.162 with SMTP id pt2mr64213913pbb.42.1375027234359; Sun, 28 Jul 2013 09:00:34 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id fl2sm15585133pab.23.2013.07.28.09.00.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Jul 2013 09:00:33 -0700 (PDT) Message-ID: <51F5401D.9060407@boundarydevices.com> Date: Sun, 28 Jul 2013 09:00:29 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Otavio Salvador References: <1374854807-3997-1-git-send-email-eric.nelson@boundarydevices.com> <51F2BD3E.4070305@boundarydevices.com> <51F2C361.9090503@boundarydevices.com> In-Reply-To: <51F2C361.9090503@boundarydevices.com> X-Gm-Message-State: ALoCoQmrEtNL3iTnJN5Gv5mNUt9gS5BMaG9ix+s84HrgshI6i47kUn+cP9xru706+i+YfaeZyR54 Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH v2] gst-plugins-gl: Add dependencies on libjpeg, libpng 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: Sun, 28 Jul 2013 16:00:38 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 07/26/2013 11:43 AM, Eric Nelson wrote: > On 07/26/2013 11:33 AM, Otavio Salvador wrote: >> On Fri, Jul 26, 2013 at 3:17 PM, Eric Nelson >> wrote: >>> On 07/26/2013 09:18 AM, Otavio Salvador wrote: >>>> I am sorry to didn't find this before but this is not a meta-fsl-arm >>>> specific fix. Instead this should be send to OE-Core and modify the >>>> .bb file. >>>> >>>> I checked the source: >>>> >>>> .../gst-plugins-gl-0.10.3% git grep ljpeg configure.ac >>>> configure.ac:JPEG_LIBS="$LIBS -ljpeg-mmx" >>>> configure.ac: JPEG_LIBS="-ljpeg" >>>> .../gst-plugins-gl-0.10.3% git grep lpng configure.ac >>>> .../gst-plugins-gl-0.10.3% git grep png configure.ac >>>> configure.ac:dnl libpng is optional >>>> configure.ac:PKG_CHECK_MODULES(LIBPNG, libpng >= 1.0, HAVE_PNG=yes, >>>> HAVE_PNG=no) >>>> configure.ac: AC_DEFINE(HAVE_PNG, [1] , [Use libpng]) >>>> >>> >>> I'm going to need to re-test this. It looks like 'jpeg' is >>> already expressed as a dependency: >>> >>> http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb?h=dylan >>> >> >> Yes; right. >> >> So it lacking png dependency; seems to be the only real issue here. >> > > Well, maybe. > > For some reason, neither libpng nor libjpeg was installed > in my rootfs. > > I'll do a clean build and look more closely the next time. > > I'm also confused about how things linked in the first place. > > Both of those libraries must have been present during the > configure and build steps, but neither made into the > filesystem and I'm not sure why. > > In my first attempt to pull in the gl-plugin, I added it > via local.conf. Perhaps that's the root cause and I'll > try to confirm things... > I confirmed that this is not a problem with a clean build. Sorry for the noise, and please disregard the patch.