From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0B202E01437 for ; Fri, 22 Jun 2012 01:53:50 -0700 (PDT) Received: from [192.168.0.46] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id 13CB4600CD for ; Fri, 22 Jun 2012 08:39:22 +0100 (BST) Message-ID: <4FE432CE.9020407@communistcode.co.uk> Date: Fri, 22 Jun 2012 09:54:38 +0100 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120616 Thunderbird/13.0.1 MIME-Version: 1.0 To: poky@yoctoproject.org References: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> In-Reply-To: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> Subject: Re: Installing shared libraries for custom application X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 08:53:51 -0000 Content-Type: multipart/alternative; boundary="------------050108080007040801010102" --------------050108080007040801010102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 22/06/12 09:38, Fletzer Martin wrote: > > Hello everybody, > > I'm already working with Poky for serveral months. Nice tool. > > But now I'm not able to install shared libraries of ncurses for a > custom image. Namely libform, libmenu, and libpanel. > > I always get a "Error: Nothing PROVIDES ..." > > I tried to extend my image recipie with IMAGE_INSTALL += "libform". > > I also tried libform5 and ncurses-libform. > > But libtinfo5 is already installed, because bash depends on it. > > If I try to install libtinfo manually with IMAGE_INSTALL, I get the > same error as with libform. > > How can I install this shared libraries to a custom image? > > Thanks, > > Martin > > *MARTIN FLETZER > *Engineer > > Safety & Security Department > Video and Security Technology > > *AIT Austrian Institute of Technology GmbH > *M +43 664 8251090 | F +43 50550-4150 > > Donau-City-Straße 1 | 1220 Vienna | Austria > _martin.fletzer@ait.ac.at _ | > _http://www.ait.ac.at __ > _ > FN: 115980 i HG Wien | UID: ATU14703506 > This email and any attachments thereto, is intended only for use by > the addressee(s) named herein and may contain legally privileged > and/or confidential information. If you are not the intended > recipient, please notify the sender by return e-mail or by telephone > and delete this message from your system and any printout thereof. Any > unauthorized use, reproduction, or dissemination of this message is > strictly prohibited. Please note that e-mails are susceptible to > change. AIT Austrian Institute of Technology GmbH shall not be liable > for the improper or incomplete transmission of the information > contained in this communication, nor shall it be liable for any delay > in its receipt. > > > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky Hi Martin, From a quick grep of my recipes directory it seems as though these libraries need to be pre-fixed with ncurses. For example: ncurses-libform See how that treats you! Regards, -- Jack Mitchell (jack@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- --------------050108080007040801010102 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 22/06/12 09:38, Fletzer Martin wrote:

Hello everybody,

 

I’m already working with Poky for serveral months. Nice tool.

 

But now I’m not able to install shared libraries of ncurses for a custom image. Namely libform, libmenu, and libpanel.

I always get a „Error: Nothing PROVIDES …“

 

I tried to extend my image recipie with IMAGE_INSTALL += "libform".

I also tried libform5 and ncurses-libform.

 

But libtinfo5 is already installed, because bash depends on it.

If I try to install libtinfo manually with IMAGE_INSTALL, I get the same error as with libform.

 

How can I install this  shared libraries to a custom image?

 

Thanks,

Martin

 

 

MARTIN FLETZER
Engineer

Safety & Security Department
Video and Security Technology

AIT Austrian Institute of Technology GmbH
M +43 664 8251090  |  F +43 50550-4150

Donau-City-Straße 1  |  1220 Vienna  | Austria
martin.fletzer@ait.ac.at  |  http://www.ait.ac.at

FN: 115980 i HG Wien  |  UID: ATU14703506
This email and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient, please notify the sender by return e-mail or by telephone and delete this message from your system and any printout thereof. Any unauthorized use, reproduction, or dissemination of this message is strictly prohibited. Please note that e-mails are susceptible to change. AIT Austrian Institute of Technology GmbH shall not be liable for the improper or incomplete transmission of the information contained in this communication, nor shall it be liable for any delay in its receipt.

 

 



_______________________________________________
poky mailing list
poky@yoctoproject.org
https://lists.yoctoproject.org/listinfo/poky

Hi Martin,

From a quick grep of my recipes directory it seems as though these libraries need to be pre-fixed with ncurses. For example:

ncurses-libform

See how that treats you!

Regards,

-- 

  Jack Mitchell (jack@embed.me.uk)             
  Embedded Systems Engineer
  http://www.embed.me.uk

--
--------------050108080007040801010102--