aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman/connman_0.46.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/connman/connman_0.46.bb')
-rw-r--r--recipes/connman/connman_0.46.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb
index 814187ded6..9fcd7a780f 100644
--- a/recipes/connman/connman_0.46.bb
+++ b/recipes/connman/connman_0.46.bb
@@ -1,6 +1,5 @@
require connman.inc
-
-PR = "r3"
+PR = "r5"
EXTRA_OECONF += "\
--disable-gtk-doc \
@@ -15,6 +14,7 @@ EXTRA_OECONF += "\
--enable-dhclient \
--enable-resolvconf \
--enable-dnsproxy \
+ --enable-tools \
--disable-novatel \
--disable-huawei \
--disable-hso \
@@ -32,7 +32,7 @@ EXTRA_OECONF += "\
SRC_URI = "\
http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \
+ file://link-against-libnl2.patch;patch=1 \
file://no_system_user_perms.patch;patch=1 \
file://connman \
"
-