From: Joshua Lock Date: Wed, 15 Dec 2010 15:39:47 +0000 (+0000) Subject: chrpath: add nativesdk variant X-Git-Tag: 2011-1~3432 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c2f93b959ed59ceb95f9d2217b1ebb4ed9f3dc15;p=openembedded-core.git chrpath: add nativesdk variant Signed-off-by: Joshua Lock --- diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb index df7863e094..200f4446b7 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb @@ -19,4 +19,4 @@ S = "${WORKDIR}/chrpath-${PV}" # so must use the one we've just built CHRPATH_BIN_virtclass-native = "${S}/chrpath" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"