From b3c96103a5063eeefb0c537227eab3f77616b9c0 Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Mon, 22 Jun 2020 14:53:58 +0200 Subject: libnl: Extend for native/nativesdk libnl is required by networkmanager. Signed-off-by: Christian Eggers Signed-off-by: Richard Purdie --- meta/recipes-support/libnl/libnl_3.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') 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" -- cgit 1.2.3-korg