From: Markus Lehtonen Date: Mon, 20 Nov 2017 12:15:23 +0000 (+0200) Subject: libmnl: enable native X-Git-Tag: uninative-1.8~1025 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=685b713362ac101e2fc726bed75bac05e3839745;p=openembedded-core.git libmnl: enable native Signed-off-by: Markus Lehtonen Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.4.bb b/meta/recipes-extended/libmnl/libmnl_1.0.4.bb index b458799800..23262e8c6f 100644 --- a/meta/recipes-extended/libmnl/libmnl_1.0.4.bb +++ b/meta/recipes-extended/libmnl/libmnl_1.0.4.bb @@ -11,3 +11,5 @@ SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d" SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" inherit autotools pkgconfig + +BBCLASSEXTEND = "native"