> On Dec 11, 2014, at 5:59 PM, neil...@emerson.com wrote:
> 
> Hi Raj,
> Thank you very much for your reply. I have try to do like  you say.
> I’m compiling the glib-2.0,  need to  add the link file of one library to 
> glib-2.0 package.
> So I add the command like following :
> FILES_${PN} += “${libdir}/libgio-2.0.so”
> But , it can’t success.

.so are usually treated to be includes in -dev packages by default
first you need to figure out if you really need .so on target, many times you 
don’t

some packages still do ( don’t use .so versioning ) then you would need 
something like

FILES_SOLIBSDEV = ""
SOLIBS = ".so"
INSANE_SKIP_${PN} += "dev-so"


> Do you know whether need to do other thing?
>  
> Neil
>  
> From: Khem Raj [mailto:raj.k...@gmail.com] 
> Sent: Thursday, December 11, 2014 6:05 PM
> To: Wu, Neil [CLIMATE/RS/CN]
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] add files to dirctory in packages-split
>  
>  
> On Dec 11, 2014, at 1:35 AM, neil...@emerson.com <mailto:neil...@emerson.com> 
> wrote:
>  
> Hi all,
> I want to add some files to the specified  directory what in packages-split.
>  
> How to do it ?
>  
> FILES_<name-of-package> += “/path/to/file"
> 
> 
>  
> Thank you
> Neil
>  
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto 
> <https://lists.yoctoproject.org/listinfo/yocto>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to