diff options
author | Christian Eggers <ceggers@arri.de> | 2020-06-22 14:53:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-08 10:56:16 +0100 |
commit | f3cb1662ca3623c1187d17c4ca2aa84d7b57748f (patch) | |
tree | 13d54e691590b3a16e0085e37d787888cced1b21 /meta | |
parent | f1fed5cd38ae8b794a129cbc1450a43f60b6d4ee (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/libnl/libnl_3.5.0.bb | 2 |
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.*" | |||
40 | FILES_${PN}-xfrm = "${libdir}/libnl-xfrm-3.so.*" | 40 | FILES_${PN}-xfrm = "${libdir}/libnl-xfrm-3.so.*" |
41 | RREPLACES_${PN}-genl = "libnl-genl2" | 41 | RREPLACES_${PN}-genl = "libnl-genl2" |
42 | RCONFLICTS_${PN}-genl = "libnl-genl2" | 42 | RCONFLICTS_${PN}-genl = "libnl-genl2" |
43 | |||
44 | BBCLASSEXTEND = "native nativesdk" | ||