mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01: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:
14
meta/packages/gupnp/gssdp_0.6.2.bb
Normal file
14
meta/packages/gupnp/gssdp_0.6.2.bb
Normal file
@@ -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
|
||||
}
|
||||
6
meta/packages/gupnp/gupnp-tools_0.6.1.bb
Normal file
6
meta/packages/gupnp/gupnp-tools_0.6.1.bb
Normal file
@@ -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
|
||||
14
meta/packages/gupnp/gupnp_0.12.2.bb
Normal file
14
meta/packages/gupnp/gupnp_0.12.2.bb
Normal file
@@ -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