From: Christian Eggers Date: Mon, 22 Jun 2020 12:53:58 +0000 (+0200) Subject: libnl: Extend for native/nativesdk X-Git-Tag: 2020-04.2-dunfell~25 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=30b4d8b5fd45c78f5da3706dd91c43d795de6eb0;p=openembedded-core.git libnl: Extend for native/nativesdk libnl is required by networkmanager. Signed-off-by: Christian Eggers Signed-off-by: Richard Purdie (cherry picked from commit b3c96103a5063eeefb0c537227eab3f77616b9c0) Signed-off-by: Steve Sakoman --- 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"