summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2017-11-20 14:15:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-02 11:25:32 +0000
commit84f4010a836ac657a80921b5c39ae9e6a763f3e1 (patch)
treec51cf0bdeb281cffbde7f23a6f9b0ce7898c6a9c /meta/recipes-extended
parentb59da11aeeeb044764c0c2b8d18024ff2b595f83 (diff)
downloadpoky-84f4010a836ac657a80921b5c39ae9e6a763f3e1.tar.gz
libmnl: enable native
(From OE-Core rev: 685b713362ac101e2fc726bed75bac05e3839745) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/libmnl/libmnl_1.0.4.bb2
1 files changed, 2 insertions, 0 deletions
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"
11SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" 11SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14
15BBCLASSEXTEND = "native"