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>
This commit is contained in:
Khem Raj
2021-01-12 16:03:56 -08:00
committed by Richard Purdie
parent 26123ba00e
commit 43e8dd7934

View File

@@ -15,4 +15,7 @@ S = "${WORKDIR}/yaml-${PV}"
inherit autotools
DISABLE_STATIC_class-nativesdk = ""
DISABLE_STATIC_class-native = ""
BBCLASSEXTEND = "native nativesdk"