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 | |
parent | 9f5e04a04bc0bbafc8ba7a6938ae4d842c744cfd (diff) | |
download | openembedded-core-69027cda38e2a719d714ae614d84441cfb3bbebf.tar.gz openembedded-core-69027cda38e2a719d714ae614d84441cfb3bbebf.tar.bz2 openembedded-core-69027cda38e2a719d714ae614d84441cfb3bbebf.tar.xz openembedded-core-69027cda38e2a719d714ae614d84441cfb3bbebf.zip |
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')
-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 7dd3d7b63..10b402c81 100644 --- a/meta-moblin/packages/carrick/carrick_git.bb +++ b/meta-moblin/packages/carrick/carrick_git.bb @@ -4,8 +4,8 @@ LICENSE = "GPLv2" PV = "0.0+git${SRCPV}" PR = "r1" -DEPENDS = "gconnman nbtk mutter-moblin librest libnotify mobile-broadband-provider-info" -RDEPENDS = "connman gconnman" +DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info" +RDEPENDS = "connman" S = "${WORKDIR}/git" diff --git a/meta-moblin/packages/gconnman/gconnman_git.bb b/meta-moblin/packages/gconnman/gconnman_git.bb deleted file mode 100644 index d3ba67a91..000000000 --- a/meta-moblin/packages/gconnman/gconnman_git.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Glib bindings to connman" -SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" -LICENSE = "LGPLv2.1" -PV = "0.0+git${SRCPV}" -PR = "r0" - -S = "${WORKDIR}/git" - -DEPENDS = "connman glib-2.0 dbus-glib gtk+" - -inherit autotools_stage |