mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
libnotify: Add from OE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
14
meta-moblin/packages/libnotify/libnotify_0.4.4.bb
Normal file
14
meta-moblin/packages/libnotify/libnotify_0.4.4.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Send desktop notifications to a notification daemon"
|
||||
HOMEPAGE = "http://www.galago-project.org/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "dbus gtk+"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user