summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-01-12 16:03:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-13 23:13:40 +0000
commit1c2be08fc66c09ed7547eda172da4c99e8563091 (patch)
tree3da61711a16c2a0b0c656c0916d9e863477e2d1a
parenta7a23a166e2b1cb3f330d6df2f681b525748c2df (diff)
downloadopenembedded-core-1c2be08fc66c09ed7547eda172da4c99e8563091.tar.gz
libyaml: Enable static lib on native/nativesdk
Helps building static tools which depend on libyaml during build or shipped with SDK libyaml is MIT licensed so static linking would not be as prohibitive Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.2.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
index e39a7b9083..778e091638 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
@@ -15,4 +15,7 @@ S = "${WORKDIR}/yaml-${PV}"
inherit autotools
+DISABLE_STATIC_class-nativesdk = ""
+DISABLE_STATIC_class-native = ""
+
BBCLASSEXTEND = "native nativesdk"