mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00: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:
@@ -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
|
||||
}
|
||||
@@ -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