mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
moblin-panel: Add recipes for moblin-panel applications
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "Moblin Applications Panel Plugin"
|
||||
SECTION = "x11/wm"
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "nbtk mutter-moblin gnome-menus mojito libjana anerley clutter-mozembed bickley"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
||||
|
||||
FILES_${PN} += "${datadir}/dbus-1/services"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools_stage
|
||||
|
||||
Reference in New Issue
Block a user