From: Koen Kooi Date: Thu, 20 Oct 2016 08:30:02 +0000 (+0200) Subject: libbsd 0.8.3: BBCLASSEXTEND to native and nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b02cef58ee35dd277fff48538ce2803df1cbc4d5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libbsd/libbsd_0.8.3.bb b/meta/recipes-support/libbsd/libbsd_0.8.3.bb index 92121efa834..6f734ab453c 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"