mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
meta-moblin: Add recipes for most moblin beta components
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
14
meta-moblin/packages/carrick/carrick_git.bb
Normal file
14
meta-moblin/packages/carrick/carrick_git.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
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 = "gconnman nbtk"
|
||||
RDEPENDS = "connman gconnman"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES_${PN} += "${datadir}/icons/hicolor"
|
||||
|
||||
inherit autotools_stage
|
||||
Reference in New Issue
Block a user