mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 02:02:26 +02:00
gupnp: upgrade to version 0.14.0
Derive introspection.m4 from gobject-introspection package to solve the autoreconf issue. Add option "--disable-introspection" since gobject-introspection breaks cross compile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
@@ -5,8 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
||||
file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1"
|
||||
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
|
||||
PR = "r1"
|
||||
SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \
|
||||
file://introspection.patch"
|
||||
PR = "r0"
|
||||
|
||||
EXTRA_OECONF = "--disable-introspection"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -19,3 +22,6 @@ gupnp_sysroot_preprocess () {
|
||||
install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
||||
install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
||||
}
|
||||
|
||||
SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e"
|
||||
SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16"
|
||||
Reference in New Issue
Block a user