PREFERRED_VERSION_libdrm ?= ""
PREFERRED_VERSION_xf86-input-keyboard ?= ""
PREFERRED_VERSION_dri2proto ?= ""
+PREFERRED_VERSION_carrick ?= "1.1.13"
+
+
SRCREV_pn-libdrm ?= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
SRCREV_pn-xf86-input-keyboard ?= "3e28d68b50d291938734e9684b8296ca864f3892"
SRCREV_pn-dri2proto ?= "66c56ab10d917e3f47f93178d7eac6430970d3c4"
SRCREV_pn-bisho ?= "${AUTOREV}"
SRCREV_pn-bognor-regis ?= "${AUTOREV}"
SRCREV_pn-carrick ?= "${AUTOREV}"
+PREFERRED_VERSION_carrick ?= "1.2.0+git%"
SRCREV_pn-clutter ?= "${AUTOREV}"
SRCREV_pn-clutter-1.0 ?= "${AUTOREV}"
SRCREV_pn-clutter-gtk ?= "${AUTOREV}"
--- /dev/null
+DESCIPTION = "Connection Management Panel Applet"
+SRC_URI = "http://download.moblin.org/sources/carrick/1.1/carrick-${PV}.tar.bz2"
+LICENSE = "GPLv2"
+
+DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info"
+RDEPENDS = "connman"
+
+FILES_${PN} += "${datadir}/icons/hicolor"
+
+inherit autotools_stage
+
+do_configure_prepend () {
+ mkdir -p ${S}/build/autotools
+}
--- /dev/null
+include carrick.inc
-DESCIPTION = "Connection Management Panel Applet"
-SRC_URI = "git://git.moblin.org/${PN}-ng.git;protocol=git"
-LICENSE = "GPLv2"
-PV = "0.0+git${SRCPV}"
-PR = "r1"
-
-DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info"
-RDEPENDS = "connman"
+include carrick.inc
+SRC_URI = "git://git.moblin.org/${PN}-ng.git;protocol=git"
+PV = "1.2.0+git${SRCPV}"
S = "${WORKDIR}/git"
-
-FILES_${PN} += "${datadir}/icons/hicolor"
-
-inherit autotools_stage
-
-do_configure_prepend () {
- mkdir -p ${S}/build/autotools
-}