All of lore.kernel.org
 help / color / mirror / Atom feed
* How to re-set the libary path for the package manager/QA module
@ 2016-06-22 16:14 S.Jaritz
  2016-06-22 16:50 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: S.Jaritz @ 2016-06-22 16:14 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1740 bytes --]

Hej

I want to build a library. It comes with a cmake based build. In these 
process the library is build and deployed together with 2 links. Like 
that:

libMyLib:
usr/lib/test/mylib.so
usr/lib/test/mylib.so.0
usr/lib/test/mylib.so.1.0.0

mylib.so and mylib.so.0 are links to mylib.so.1.0.0

The packing works fine but the QA tells: "
Files/directories were installed but not shipped in any package:
  /usr/lib/test/mylib.so.0
  /usr/lib/test/mylib.so.1.0.0
  /usr/lib/test/mylib.so
"

Any ideas how to set the

FILES_${PN} += "${libdir}/test/*.so.*"

in a right way?

Regards!

Stefan Jaritz
Entwickler

------------------------------------------------------------
ESA Elektroschaltanlagen Grimma GmbH
Broner Ring 30
04668 Grimma
Telefon: +49 3437 9211 176
Telefax: +49 3437 9211 26
E-Mail: s.jaritz@esa-grimma.de
Internet: www.esa-grimma.de


Geschäftsführer:
Dipl.-Ing. Jörg Gaitzsch
Jörg Reinker

Sitz der Gesellschaft: Grimma
Ust.-ID: DE 141784437
Amtsgericht: Leipzig, HRB 5159
Steuernummer: 238/108/00755


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich 
erhalten 
haben, informieren Sie bitte sofort den Absender und löschen Sie diese 
Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser 
Mail 
ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you 
are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is 
strictly 
forbidden.

[-- Attachment #2: Type: text/html, Size: 2764 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to re-set the libary path for the package manager/QA module
  2016-06-22 16:14 How to re-set the libary path for the package manager/QA module S.Jaritz
@ 2016-06-22 16:50 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2016-06-22 16:50 UTC (permalink / raw)
  To: S.Jaritz; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 204 bytes --]


> On Jun 22, 2016, at 9:14 AM, S.Jaritz@esa-grimma.de wrote:
> 
> Any ideas how to set the
> 
> FILES_${PN} += "${libdir}/test/*.so.*"
> 
> in a right way?

FILES_${PN} += “${libdir}/test/*"

[-- Attachment #1.2: Type: text/html, Size: 4366 bytes --]

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-22 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 16:14 How to re-set the libary path for the package manager/QA module S.Jaritz
2016-06-22 16:50 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.