aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2020-12-04 16:38:55 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-24 17:03:15 +0100
commit0734dc551b0f072007bd4082fef6a3b7c30a273c (patch)
treefefe41a465c91466d89f8fe4340517a981b56032 /recipes-osmocom
parentad5545d12703c9ebdb4f71c35f8e8f0fcab181a5 (diff)
libosmocore: Add dependency for libmnl
Since libosmocore.git 53a2fde368d0161a38bc096d121ef61a9afbbe94, libosmocore depends by default on libmnl. Let's make sure to depend on it in the recipe to avoid recipe build breakage. Change-Id: I62221706b010766af5eed77a08693e877a197c7f
Diffstat (limited to 'recipes-osmocom')
-rw-r--r--recipes-osmocom/libosmocore/libosmocore.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-osmocom/libosmocore/libosmocore.inc b/recipes-osmocom/libosmocore/libosmocore.inc
index 40a42bc..ed1caa0 100644
--- a/recipes-osmocom/libosmocore/libosmocore.inc
+++ b/recipes-osmocom/libosmocore/libosmocore.inc
@@ -12,9 +12,11 @@ PACKAGECONFIG ??= "\
gnutls \
libusb \
libsctp \
+ libmnl \
"
PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls,"
PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb,"
PACKAGECONFIG[libsctp] = "--enable-libsctp,--disable-libsctp,lksctp-tools,"
+PACKAGECONFIG[libmnl] = "--enable-libmnl,--disable-libmnl,libmnl,"
inherit autotools pkgconfig