summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-03 16:10:07 +0000
committerJoshua Lock <josh@linux.intel.com>2009-12-18 11:47:22 +0000
commit69027cda38e2a719d714ae614d84441cfb3bbebf (patch)
treec5f0b1581bab96a367d1bb4cabd0e76cc43abeb3
parent9f5e04a04bc0bbafc8ba7a6938ae4d842c744cfd (diff)
downloadpoky-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>
-rw-r--r--meta-moblin/packages/carrick/carrick_git.bb4
-rw-r--r--meta-moblin/packages/gconnman/gconnman_git.bb11
-rw-r--r--meta/conf/distro/include/poky-fixed-revisions.inc2
3 files changed, 3 insertions, 14 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"
4PV = "0.0+git${SRCPV}" 4PV = "0.0+git${SRCPV}"
5PR = "r1" 5PR = "r1"
6 6
7DEPENDS = "gconnman nbtk mutter-moblin librest libnotify mobile-broadband-provider-info" 7DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info"
8RDEPENDS = "connman gconnman" 8RDEPENDS = "connman"
9 9
10S = "${WORKDIR}/git" 10S = "${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 @@
1DESCRIPTION = "Glib bindings to connman"
2SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
3LICENSE = "LGPLv2.1"
4PV = "0.0+git${SRCPV}"
5PR = "r0"
6
7S = "${WORKDIR}/git"
8
9DEPENDS = "connman glib-2.0 dbus-glib gtk+"
10
11inherit autotools_stage
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc
index 7a89dadc36..7674db261a 100644
--- a/meta/conf/distro/include/poky-fixed-revisions.inc
+++ b/meta/conf/distro/include/poky-fixed-revisions.inc
@@ -210,7 +210,7 @@ SRCREV_pn-anerley ?= "fbb12f9f415ba2882deef04640cc0bffee6a1b60"
210SRCREV_pn-bickley ?= "f4484ec4fd2bce120a5dc38a4a9767bf01e143bd" 210SRCREV_pn-bickley ?= "f4484ec4fd2bce120a5dc38a4a9767bf01e143bd"
211SRCREV_pn-bisho ?= "20c07ff7e9a1f053b5a142fe2fcfe173e189a033" 211SRCREV_pn-bisho ?= "20c07ff7e9a1f053b5a142fe2fcfe173e189a033"
212SRCREV_pn-bognor-regis ?= "85ce627e828cb0055a58f96259b5934f71d4ca6e" 212SRCREV_pn-bognor-regis ?= "85ce627e828cb0055a58f96259b5934f71d4ca6e"
213SRCREV_pn-carrick ?= "34d785c70da5392285b9e554d9c1779eb7390438" 213SRCREV_pn-carrick ?= "c6006005f4924960a867b294192c12c5921679c3"
214SRCREV_pn-clutter ?= "d1232509a21a7ce05aa8c85b2c14872ffc4df5cb" 214SRCREV_pn-clutter ?= "d1232509a21a7ce05aa8c85b2c14872ffc4df5cb"
215SRCREV_pn-clutter-1.0 ?= "420ed353b53bd624331bd249d7df98d14714b504" 215SRCREV_pn-clutter-1.0 ?= "420ed353b53bd624331bd249d7df98d14714b504"
216SRCREV_pn-clutter-box2d ?= "2bcf5b836548dc4909e13b8ae7f60dc64c93d559" 216SRCREV_pn-clutter-box2d ?= "2bcf5b836548dc4909e13b8ae7f60dc64c93d559"