mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +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>
12 lines
310 B
PHP
12 lines
310 B
PHP
DESCRIPTION = "Moblin Applications Panel Plugin"
|
|
SECTION = "x11/wm"
|
|
LICENSE = "GPLv2"
|
|
DEPENDS = "nbtk mutter-moblin anerley gtk+ glib-2.0"
|
|
|
|
SRC_URI = "http://download.moblin.org/sources/moblin-panel-people/0.0/moblin-panel-people-0.0.9.tar.bz2"
|
|
|
|
FILES_${PN} += "${datadir}/dbus-1/services"
|
|
|
|
inherit autotools
|
|
|