summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>2022-03-28 11:32:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-29 15:59:28 +0100
commit04af73b8ba59975ee1f2967a74e95f5a52b74c8d (patch)
treeb036366e80589edd47d5d02b9d9a12904f78ea94 /meta
parentff366d5949f1b8af2d3110c9afe8ed13bffcd659 (diff)
downloadpoky-04af73b8ba59975ee1f2967a74e95f5a52b74c8d.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/zstd/zstd_1.5.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/zstd/zstd_1.5.2.bb b/meta/recipes-extended/zstd/zstd_1.5.2.bb
index 0ddff469b8..3887f31ecf 100644
--- a/meta/recipes-extended/zstd/zstd_1.5.2.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.2.bb
@@ -36,4 +36,8 @@ do_install () {
36 oe_runmake install 'DESTDIR=${D}' PREFIX=${prefix} -C contrib/pzstd 36 oe_runmake install 'DESTDIR=${D}' PREFIX=${prefix} -C contrib/pzstd
37} 37}
38 38
39PACKAGE_BEFORE_PN = "libzstd"
40
41FILES:libzstd = "${libdir}/libzstd${SOLIBS}"
42
39BBCLASSEXTEND = "native nativesdk" 43BBCLASSEXTEND = "native nativesdk"