mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gupnp: add gssdp, gupnp, gupnp-tools
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5461 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "glib-2.0 libsoup-2.4 libglade"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES =+ "gssdp-tools"
|
||||
|
||||
FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "gupnp gtk+ libglade gnome-icon-theme"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
@@ -0,0 +1,14 @@
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
||||
Reference in New Issue
Block a user