carrick: Add 1.1.13 release version and prefer over the git version for moblin

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-01-12 20:32:43 +00:00
parent cf91cfaaa2
commit 4108af2ac7
5 changed files with 22 additions and 16 deletions

View File

@@ -19,6 +19,9 @@ PREFERRED_VERSION_libx11-trim ?= "1.2.1"
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"

View File

@@ -9,6 +9,7 @@ SRCREV_pn-bickley ?= "${AUTOREV}"
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}"

View File

@@ -0,0 +1,14 @@
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
}

View File

@@ -0,0 +1 @@
include carrick.inc

View File

@@ -1,18 +1,5 @@
DESCIPTION = "Connection Management Panel Applet"
include carrick.inc
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"
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
}