From 3abaef517141b82adae3b2c106c77b09618ad433 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 13 Apr 2011 16:25:26 +0800 Subject: gupnp: upgrade to version 0.16.0 Remove introspection.patch since it is already in upsteram. (From OE-Core rev: d8a6152dee4a1abaf0d5cf62735bdaf68d04eeb4) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb | 29 ------------------------- meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb | 28 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb create mode 100644 meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb deleted file mode 100644 index 43a3645dfc..0000000000 --- a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "UPnP framework" -DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals." -LICENSE = "LGPLv2+" -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/${BPN}-${PV}.tar.gz \ - file://introspection.patch" - -SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" -SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16" - -PR = "r0" - -EXTRA_OECONF = "--disable-introspection" - -inherit autotools pkgconfig - -FILES_${PN} = "${libdir}/*.so.*" -FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" - -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}/ -} - diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb new file mode 100644 index 0000000000..07b6b90e7c --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb @@ -0,0 +1,28 @@ +SUMMARY = "UPnP framework" +DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals." +LICENSE = "LGPLv2+" +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/${BPN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "61b240c1a9fdf8ca82c5c3adde0d6757" +SRC_URI[sha256sum] = "1b77201866b7632fb68bc2a3bdea22ef8ead34ba850b3ee367797432cfc0f04a" + +PR = "r0" + +EXTRA_OECONF = "--disable-introspection" + +inherit autotools pkgconfig + +FILES_${PN} = "${libdir}/*.so.*" +FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" + +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}/ +} + -- cgit v1.2.3-54-g00ecf