aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/connman')
-rw-r--r--recipes/connman/connman-gnome_0.4.bb2
-rw-r--r--recipes/connman/connman.inc4
-rw-r--r--recipes/connman/connman_0.46.bb4
-rw-r--r--recipes/connman/connman_0.51.bb2
-rw-r--r--recipes/connman/mokonnect_svn.bb4
5 files changed, 6 insertions, 10 deletions
diff --git a/recipes/connman/connman-gnome_0.4.bb b/recipes/connman/connman-gnome_0.4.bb
index 85640291ff..9c5e46b4eb 100644
--- a/recipes/connman/connman-gnome_0.4.bb
+++ b/recipes/connman/connman-gnome_0.4.bb
@@ -8,7 +8,7 @@ PR = "r7"
RRECOMMENDS_${PN} = "connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi"
SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \
- file://phrase-lenght.diff;patch=1 \
+ file://phrase-lenght.diff \
file://connman-applet.desktop"
inherit autotools gtk-icon-cache
diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc
index 9ea04e3e8d..e25d64a98d 100644
--- a/recipes/connman/connman.inc
+++ b/recipes/connman/connman.inc
@@ -33,10 +33,6 @@ do_install_append() {
install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman
}
-do_stage() {
- autotools_stage_all
-}
-
python populate_packages_prepend() {
depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhclient", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4" )
packages = []
diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb
index 862765fda9..a7bf286720 100644
--- a/recipes/connman/connman_0.46.bb
+++ b/recipes/connman/connman_0.46.bb
@@ -32,8 +32,8 @@ 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://link-against-libnl2.patch \
+ file://no_system_user_perms.patch \
file://connman \
"
diff --git a/recipes/connman/connman_0.51.bb b/recipes/connman/connman_0.51.bb
index 2d13049b93..f1c50038b8 100644
--- a/recipes/connman/connman_0.51.bb
+++ b/recipes/connman/connman_0.51.bb
@@ -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://link-against-libnl2.patch \
file://connman \
"
diff --git a/recipes/connman/mokonnect_svn.bb b/recipes/connman/mokonnect_svn.bb
index 3dceb09b8d..4f146e83a7 100644
--- a/recipes/connman/mokonnect_svn.bb
+++ b/recipes/connman/mokonnect_svn.bb
@@ -3,11 +3,11 @@ HOMEPAGE = "http://www.assembla.com/wiki/show/shrdev"
AUTHOR = "Fate"
LICENSE = "GPLv2"
SECTION = "e/apps"
-RDEPENDS = "python-elementary connman connman-plugin-wifi connman-plugin-udhcp"
+RDEPENDS_${PN} = "python-elementary connman connman-plugin-wifi connman-plugin-udhcp"
SRCREV = "113"
PV = "0.4+svnr${SRCPV}"
-PR = "r3"
+PR = "r4"
SRC_URI = "svn://subversion.assembla.com/svn/shrdev;module=Mokonnect/trunk;proto=http"