mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
14
meta-moblin/packages/carrick/carrick.inc
Normal file
14
meta-moblin/packages/carrick/carrick.inc
Normal 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
|
||||
}
|
||||
1
meta-moblin/packages/carrick/carrick_1.1.13.bb
Normal file
1
meta-moblin/packages/carrick/carrick_1.1.13.bb
Normal file
@@ -0,0 +1 @@
|
||||
include carrick.inc
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user