From: Christian Eggers Date: Mon, 22 Jun 2020 12:53:58 +0000 (+0200) Subject: libnl: Extend for native/nativesdk X-Git-Tag: uninative-2.9~293 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b3c96103a5063eeefb0c537227eab3f77616b9c0;p=openembedded-core.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 c0609c4d90..9d0e1441a9 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"