From: Richard Purdie Date: Fri, 7 Sep 2018 13:04:31 +0000 (+0100) Subject: libpciaccess: Extend to native/nativesdk X-Git-Tag: uninative-2.3~376 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7b604e6a8f800e779f368244b0fa94c219c93df0;p=openembedded-core.git libpciaccess: Extend to native/nativesdk Avoids warnings from libdrm which has nativesdk/native variants and depends upon this. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb index a44a5c8927..d030c31bd0 100644 --- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb @@ -16,3 +16,5 @@ LICENSE = "MIT & MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" REQUIRED_DISTRO_FEATURES = "" + +BBCLASSEXTEND = "native nativesdk"