summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_3.5.0.bb
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2020-06-22 14:53:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-08 10:56:16 +0100
commitf3cb1662ca3623c1187d17c4ca2aa84d7b57748f (patch)
tree13d54e691590b3a16e0085e37d787888cced1b21 /meta/recipes-support/libnl/libnl_3.5.0.bb
parentf1fed5cd38ae8b794a129cbc1450a43f60b6d4ee (diff)
downloadpoky-f3cb1662ca3623c1187d17c4ca2aa84d7b57748f.tar.gz
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>
Diffstat (limited to 'meta/recipes-support/libnl/libnl_3.5.0.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_3.5.0.bb2
1 files changed, 2 insertions, 0 deletions
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.*"
40FILES_${PN}-xfrm = "${libdir}/libnl-xfrm-3.so.*" 40FILES_${PN}-xfrm = "${libdir}/libnl-xfrm-3.so.*"
41RREPLACES_${PN}-genl = "libnl-genl2" 41RREPLACES_${PN}-genl = "libnl-genl2"
42RCONFLICTS_${PN}-genl = "libnl-genl2" 42RCONFLICTS_${PN}-genl = "libnl-genl2"
43
44BBCLASSEXTEND = "native nativesdk"