mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
zstd: add libzstd package
Add a libzstd package to remove libstdc++ runtime dependency from library users and reduce the dependencies and size of the library package. Add a lib package instead of a bin package to use a similar name as other buildtools and be backward compatible. (From OE-Core rev: 59041a5f945d480503e391f5f210f383412646b9) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ff366d5949
commit
04af73b8ba
@@ -36,4 +36,8 @@ do_install () {
|
|||||||
oe_runmake install 'DESTDIR=${D}' PREFIX=${prefix} -C contrib/pzstd
|
oe_runmake install 'DESTDIR=${D}' PREFIX=${prefix} -C contrib/pzstd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PACKAGE_BEFORE_PN = "libzstd"
|
||||||
|
|
||||||
|
FILES:libzstd = "${libdir}/libzstd${SOLIBS}"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user