From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 82181E015D3 for ; Fri, 15 Nov 2013 04:55:03 -0800 (PST) Received: by mail-la0-f42.google.com with SMTP id ec20so2742385lab.29 for ; Fri, 15 Nov 2013 04:55:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Ztn5xe3YwJ/V0eCLnqCks4bRuqcRtE31+jF1xjtBBB8=; b=DezC1y+X/9s1pO98W91i6tyBHjo2O+Vg2YcYejQQSsSLpR4Os2E037RUmwGiYrK4GN OZTL7cY8fcxsuMBR2ceAhITYp1aqXLNynHPt9ItRTjsc1ZTyK+hjeOVHETwxOYwiAWYX FKvgFUAqyqQkvml0QVzr/CyUAmEO3p7eJB2qbsm2s4Gzj2t98RktbLrtf1Nvasvv43m2 ZTQPvmgyuLAtDMF43TbztdgOsf23y3gyHlwoa7S8HuBYx5KVR5ZeByUqw6Syl9l4jTl4 Bop6oQKUQfRKDBWVnxGSTg+CUzoD0U7ZSzbLEwtzwwBcd3uQkF4ADORW2RWiObUJ5FFd a9og== X-Received: by 10.112.189.163 with SMTP id gj3mr4057796lbc.22.1384520102508; Fri, 15 Nov 2013 04:55:02 -0800 (PST) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id k3sm2115543lbs.0.2013.11.15.04.54.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Nov 2013 04:55:00 -0800 (PST) Message-ID: <528619AB.1080000@gmail.com> Date: Fri, 15 Nov 2013 14:55:07 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Otavio Salvador References: <528394CB.2080208@gmail.com> <52847D63.1010306@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: mfw_isink imx53 missing libgstfsl-0.10.so 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: Fri, 15 Nov 2013 12:55:06 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/14/2013 07:27 PM, Otavio Salvador wrote: > Hello Janis, > > On Thu, Nov 14, 2013 at 2:23 PM, Otavio Salvador > wrote: >> On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders wrote: >>> Seems like the bug has been reported a year ago for imx6, but I've got the >>> same bug for imx53 (about not found library): >>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=3781 >> Could you cook a patch for this? I'd be more than happy to review it >> and help to clean this up. > I sent a patch to the mailing list; please give it a try and confirm > if it works for you. > For testing cherry-picked your commit from dora-next into dora and seems like the link is created and the mfw_isink works without "missing dll" error. Thank you.