mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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:
6
meta/packages/gupnp/gupnp-av_0.3.bb
Normal file
6
meta/packages/gupnp/gupnp-av_0.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "gupnp"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user