mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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:
@@ -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"
|
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
|
||||||
|
|
||||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit autotools_stage pkgconfig
|
inherit autotools_stage pkgconfig
|
||||||
|
|
||||||
FILES_${PN} = "${libdir}/*.so.*"
|
FILES_${PN} = "${libdir}/*.so.*"
|
||||||
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
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