summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
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:46 +0000
commit43e8dd7934c635e0aa576d51a2da14e0e9921d60 (patch)
tree934a8b927e206af77478131c42d2b3117f414966 /meta/recipes-support
parent26123ba00e7bc045fe0928eb4bbeba1a4a6216fe (diff)
downloadpoky-43e8dd7934c635e0aa576d51a2da14e0e9921d60.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 (From OE-Core rev: 1c2be08fc66c09ed7547eda172da4c99e8563091) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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}"
15 15
16inherit autotools 16inherit autotools
17 17
18DISABLE_STATIC_class-nativesdk = ""
19DISABLE_STATIC_class-native = ""
20
18BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"