diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-01-12 16:03:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-13 23:13:46 +0000 |
commit | 43e8dd7934c635e0aa576d51a2da14e0e9921d60 (patch) | |
tree | 934a8b927e206af77478131c42d2b3117f414966 /meta/recipes-support | |
parent | 26123ba00e7bc045fe0928eb4bbeba1a4a6216fe (diff) | |
download | poky-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.bb | 3 |
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 | ||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | DISABLE_STATIC_class-nativesdk = "" | ||
19 | DISABLE_STATIC_class-native = "" | ||
20 | |||
18 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |