]> code.ossystems Code Review - openembedded-core.git/commitdiff
libnl: Extend for native/nativesdk
authorChristian Eggers <ceggers@arri.de>
Mon, 22 Jun 2020 12:53:58 +0000 (14:53 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 14 Jul 2020 03:14:28 +0000 (17:14 -1000)
libnl is required by networkmanager.

Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b3c96103a5063eeefb0c537227eab3f77616b9c0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/libnl/libnl_3.5.0.bb

index c0609c4d900e2be39172e1c5b21b6370bbc5ee2d..9d0e1441a93695112995df72556eb302928b8063 100644 (file)
@@ -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"