diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 19:35:58 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 19:35:58 +0100 |
commit | 0f3cf656a894daca5469f064297e1959932ba938 (patch) | |
tree | 96affdfd77f7bcaebe5d6f088a8284f5e4c5f438 /meta/packages/connman | |
parent | 4519a40baba8217372c5f7a87c565d817566f371 (diff) | |
download | poky-0f3cf656a894daca5469f064297e1959932ba938.tar.gz |
connman: Update to point at the correct upstream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/connman')
-rw-r--r-- | meta/packages/connman/connman_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/connman/connman_git.bb b/meta/packages/connman/connman_git.bb index 5175f45522..63dd2b9c03 100644 --- a/meta/packages/connman/connman_git.bb +++ b/meta/packages/connman/connman_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" | 1 | HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" |
2 | SUMMARY = "Moblin Connection Manager" | 2 | SUMMARY = "Moblin Connection Manager" |
3 | PV = "0.0+git${SRCREV}" | 3 | PV = "0.19+git${SRCREV}" |
4 | PR = "r4" | 4 | PR = "r4" |
5 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
@@ -12,7 +12,7 @@ EXTRA_OECONF += " \ | |||
12 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ | 12 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ |
13 | ac_cv_path_DHCLIENT=/sbin/dhclient " | 13 | ac_cv_path_DHCLIENT=/sbin/dhclient " |
14 | 14 | ||
15 | SRC_URI = "git://moblin.org/repos/projects/connman.git;protocol=http \ | 15 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \ |
16 | file://connman " | 16 | file://connman " |
17 | 17 | ||
18 | INITSCRIPT_NAME = "connman" | 18 | INITSCRIPT_NAME = "connman" |