pyyaml: Enable nativesdk bake

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Brad Bishop 2016-11-08 19:14:15 -05:00 committed by Martin Jansa
parent 2372fb6412
commit ca83981ecf

View File

@ -21,4 +21,4 @@ do_configure_prepend() {
install -m 0644 ${WORKDIR}/setup.py ${S}
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"