diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-03 16:10:07 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-18 11:47:22 +0000 |
commit | 69027cda38e2a719d714ae614d84441cfb3bbebf (patch) | |
tree | c5f0b1581bab96a367d1bb4cabd0e76cc43abeb3 /meta-moblin/packages | |
parent | 9f5e04a04bc0bbafc8ba7a6938ae4d842c744cfd (diff) | |
download | poky-69027cda38e2a719d714ae614d84441cfb3bbebf.tar.gz |
Remove use of gconnman as it's no longer maintained nor used
Also update the carrick fixed revision
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages')
-rw-r--r-- | meta-moblin/packages/carrick/carrick_git.bb | 4 | ||||
-rw-r--r-- | meta-moblin/packages/gconnman/gconnman_git.bb | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/meta-moblin/packages/carrick/carrick_git.bb b/meta-moblin/packages/carrick/carrick_git.bb index 7dd3d7b638..10b402c819 100644 --- a/meta-moblin/packages/carrick/carrick_git.bb +++ b/meta-moblin/packages/carrick/carrick_git.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "GPLv2" | |||
4 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | DEPENDS = "gconnman nbtk mutter-moblin librest libnotify mobile-broadband-provider-info" | 7 | DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info" |
8 | RDEPENDS = "connman gconnman" | 8 | RDEPENDS = "connman" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-moblin/packages/gconnman/gconnman_git.bb b/meta-moblin/packages/gconnman/gconnman_git.bb deleted file mode 100644 index d3ba67a911..0000000000 --- a/meta-moblin/packages/gconnman/gconnman_git.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "Glib bindings to connman" | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | S = "${WORKDIR}/git" | ||
8 | |||
9 | DEPENDS = "connman glib-2.0 dbus-glib gtk+" | ||
10 | |||
11 | inherit autotools_stage | ||