]> code.ossystems Code Review - openembedded-core.git/commitdiff
libbsd 0.8.3: BBCLASSEXTEND to native and nativesdk
authorKoen Kooi <koen.kooi@linaro.org>
Thu, 20 Oct 2016 08:30:02 +0000 (10:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2016 15:18:48 +0000 (15:18 +0000)
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>
meta/recipes-support/libbsd/libbsd_0.8.3.bb

index 92121efa83479c5866ee2549ea5f988269b0436f..6f734ab453c617db81e34b3745a609025a01bb5d 100644 (file)
@@ -41,3 +41,5 @@ SRC_URI[md5sum] = "e935c1bb6cc98a4a43cb1da22795493a"
 SRC_URI[sha256sum] = "934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8"
 
 inherit autotools pkgconfig
+
+BBCLASSEXTEND = "native nativesdk"