From: Saul Wold Date: Wed, 9 Oct 2013 22:23:25 +0000 (-0700) Subject: xz: Add nativesdk for Python3 nativesdk dependency X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ead4a7d6e25af14b686ebb1b0272f8cb3eaaa266;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xz: Add nativesdk for Python3 nativesdk dependency (From OE-Core rev: 41a8c1f5fc0b4601af8b5b8b08f641668a39550d) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/xz/xz_5.1.2alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb index 93099b070ba..92c3dd982ab 100644 --- a/meta/recipes-extended/xz/xz_5.1.2alpha.bb +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb @@ -22,4 +22,4 @@ FILES_liblzma-dev = "${includedir}/lzma* ${libdir}/liblzma*${SOLIBSDEV} ${libdir FILES_liblzma-staticdev = "${libdir}/liblzma.a" FILES_liblzma-dbg = "${libdir}/.debug/liblzma*" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"