mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
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:
@@ -15,4 +15,7 @@ S = "${WORKDIR}/yaml-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DISABLE_STATIC_class-nativesdk = ""
|
||||
DISABLE_STATIC_class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user