diff options
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb (renamed from meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb) | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb index 1a3517b411..2fa2f7ba18 100644 --- a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb +++ b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb | |||
@@ -5,8 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
5 | file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" | 5 | file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" |
6 | DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" | 6 | DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" |
7 | 7 | ||
8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ |
9 | PR = "r1" | 9 | file://introspection.patch" |
10 | PR = "r0" | ||
11 | |||
12 | EXTRA_OECONF = "--disable-introspection" | ||
10 | 13 | ||
11 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
12 | 15 | ||
@@ -19,3 +22,6 @@ gupnp_sysroot_preprocess () { | |||
19 | install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | 22 | install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ |
20 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | 23 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ |
21 | } | 24 | } |
25 | |||
26 | SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" | ||
27 | SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16" | ||