aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2016-11-17 11:33:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 11:46:38 +0000
commit5d6761dacd370fdb6f29269a22cfbca86f301024 (patch)
tree48981b4a89cae0f55f11ec3e6fe7cddc0c3c80dd /meta/recipes-support
parent550901db388eda2476da24b71117223be999688b (diff)
downloadopenembedded-core-5d6761dacd370fdb6f29269a22cfbca86f301024.tar.gz
libbsd 0.8.3: BBCLASSEXTEND to native and nativesdk
Android-tools depends on it and to build the native versions of fastboot, adb, mkbootimg and others libbsd needs to support native builds. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit b02cef58ee35dd277fff48538ce2803df1cbc4d5) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.8.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.8.3.bb b/meta/recipes-support/libbsd/libbsd_0.8.3.bb
index 92121efa83..6f734ab453 100644
--- a/meta/recipes-support/libbsd/libbsd_0.8.3.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.8.3.bb
@@ -41,3 +41,5 @@ SRC_URI[md5sum] = "e935c1bb6cc98a4a43cb1da22795493a"
SRC_URI[sha256sum] = "934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8"
inherit autotools pkgconfig
+
+BBCLASSEXTEND = "native nativesdk"