From: Christian Eggers Date: Mon, 22 Jun 2020 12:53:58 +0000 (+0200) Subject: libnl: Extend for native/nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c96103a5063eeefb0c537227eab3f77616b9c0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libnl: Extend for native/nativesdk libnl is required by networkmanager. Signed-off-by: Christian Eggers Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libnl/libnl_3.5.0.bb b/meta/recipes-support/libnl/libnl_3.5.0.bb index c0609c4d900..9d0e1441a93 100644 --- a/meta/recipes-support/libnl/libnl_3.5.0.bb +++ b/meta/recipes-support/libnl/libnl_3.5.0.bb @@ -40,3 +40,5 @@ FILES_${PN}-route = "${libdir}/libnl-route-3.so.*" FILES_${PN}-xfrm = "${libdir}/libnl-xfrm-3.so.*" RREPLACES_${PN}-genl = "libnl-genl2" RCONFLICTS_${PN}-genl = "libnl-genl2" + +BBCLASSEXTEND = "native nativesdk"