mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
11 lines
318 B
PHP
11 lines
318 B
PHP
DESCRIPTION = "Moblin Applications Panel Plugin"
|
|
SECTION = "x11/wm"
|
|
LICENSE = "GPLv2"
|
|
DEPENDS = "mx mutter-moblin gtk+ libsocialweb gconf libjana"
|
|
SRC_URI = "http://download.moblin.org/sources/moblin-panel-myzone/0.0/moblin-panel-myzone-0.0.12.tar.bz2"
|
|
|
|
FILES_${PN} += "${datadir}/dbus-1/services"
|
|
|
|
inherit autotools
|
|
|