[poky] libs / so without a link to xxx.so.1

Burton, Ross ross.burton at intel.com
Mon Feb 5 06:24:40 PST 2018


On 5 February 2018 at 14:20, Anuj Mittal <anuj.mittal at intel.com> wrote:

> In general, in addition to looking at the recipe, you can check
> packages-split in recipe $WORKDIR to see what's where. In this case, the
> package you're probably looking for is "curlpp-dev" not libcurlpp-dev:
>
> $ tree packages-split/curlpp-dev/
> packages-split/curlpp-dev/
> └── usr
>     └── lib
>         └── libcurlpp.so -> libcurlpp.so.1
>
> 2 directories, 1 file


Tip of the week which I should check is documented is oe-pkgdata-util:

$ oe-pkgdata-util list-pkg-files -p zlib

$ oe-pkgdata-util list-pkg-files -p zlib
zlib:
/lib/libz.so.1
/lib/libz.so.1.2.11
zlib-dbg:
/lib/.debug/libz.so.1.2.11
        [ truncated ]
zlib-dev:
/usr/include/zconf.h
/usr/include/zlib.h
/usr/lib/libz.so
/usr/lib/pkgconfig/zlib.pc
zlib-doc:
/usr/share/man/man3/zlib.3
zlib-ptest:
/usr/lib/zlib/ptest/Makefile
/usr/lib/zlib/ptest/example
/usr/lib/zlib/ptest/examplesh
/usr/lib/zlib/ptest/minigzip
/usr/lib/zlib/ptest/minigzipsh
/usr/lib/zlib/ptest/run-ptest
zlib-staticdev:
/usr/lib/libz.a

Works any time after the package has been built by reading the pkgdata
database instead of digging around the work tree.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20180205/c9f531a5/attachment.html>


More information about the poky mailing list