gupnp: Update to latest releases, add gupnp-av, stage the binding tool into native staging (its a script so thats allowed)

This commit is contained in:
Richard Purdie
2009-01-15 12:54:27 +00:00
parent 0acce24b3c
commit ef0b90b903
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
LICENSE = "LGPL"
DEPENDS = "gupnp"
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
inherit autotools_stage pkgconfig

View File

@@ -2,8 +2,13 @@ LICENSE = "LGPL"
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
PR = "r1"
inherit autotools_stage pkgconfig
FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
do_stage_append () {
install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
}