mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 23:32:48 +00: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:
parent
26123ba00e
commit
43e8dd7934
@ -15,4 +15,7 @@ S = "${WORKDIR}/yaml-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DISABLE_STATIC_class-nativesdk = ""
|
||||
DISABLE_STATIC_class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user