mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
gupnp: Upgrade to 1.2.2
Switch to using meson Depend on py3 since its now supported Relax packaging to include version number in gupnp-binding-tool Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -4,22 +4,16 @@ LICENSE = "LGPLv2+"
|
||||
|
||||
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
|
||||
|
||||
inherit autotools pkgconfig vala gobject-introspection
|
||||
|
||||
# Copy vapigen.m4 so that it doesn't get removed by vala class
|
||||
# (normally this would be the right thing to do, but in gupnp the vapigen.m4 has only a custom macro)
|
||||
do_configure_prepend() {
|
||||
cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true
|
||||
}
|
||||
inherit meson pkgconfig vala gobject-introspection
|
||||
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
||||
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool*"
|
||||
|
||||
RDEPENDS_${PN}-dev = "python-textutils python-xml"
|
||||
RDEPENDS_${PN}-dev = "python3 python3-xml"
|
||||
|
||||
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
|
||||
|
||||
gupnp_sysroot_preprocess () {
|
||||
install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/
|
||||
install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${bindir_crossscripts}/
|
||||
install -m 755 ${D}${bindir}/gupnp-binding-tool* ${SYSROOT_DESTDIR}${bindir_crossscripts}/
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
require gupnp.inc
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/1.0/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "afd96fe73856b38aaf1baf7526e08edd"
|
||||
SRC_URI[sha256sum] = "5173fda779111c6b01cd4a5e41b594322be9d04f8c74d3361f0a0c2069c77610"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
||||
file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520"
|
||||
@@ -0,0 +1,8 @@
|
||||
require gupnp.inc
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "2ade3d29c624ad98d70113e6e93908a5"
|
||||
SRC_URI[sha256sum] = "9a80bd953e5c8772ad26b72f8da01cbe7241a113edd6084903f413ce751c9989"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
||||
file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520"
|
||||
Reference in New Issue
Block a user