Browse Source

libnl: Extend for native/nativesdk

libnl is required by networkmanager.

(From OE-Core rev: b3c96103a5063eeefb0c537227eab3f77616b9c0)

Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Christian Eggers 5 years ago
parent
commit
f3cb1662ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta/recipes-support/libnl/libnl_3.5.0.bb

+ 2 - 0
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"