From: Khem Raj Date: Wed, 13 Jan 2021 00:03:56 +0000 (-0800) Subject: libyaml: Enable static lib on native/nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2be08fc66c09ed7547eda172da4c99e8563091;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb index e39a7b9083d..778e0916386 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"