mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
11 lines
307 B
BlitzBasic
11 lines
307 B
BlitzBasic
DESCRIPTION = "Send desktop notifications to a notification daemon"
|
|
HOMEPAGE = "http://www.galago-project.org/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPL"
|
|
DEPENDS = "dbus gtk+ dbus-glib"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|