[oe-commits] Koen Kooi : gupnp: add 0.13.4

git version control git at git.openembedded.org
Wed Aug 11 12:17:09 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fe8ec48505a3d992e90d0c6567defd97c4dc3ddc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe8ec48505a3d992e90d0c6567defd97c4dc3ddc

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Aug 11 13:49:59 2010 +0200

gupnp: add 0.13.4

---

 recipes/upnp/gupnp_0.13.4.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb
new file mode 100644
index 0000000..01e9fca
--- /dev/null
+++ b/recipes/upnp/gupnp_0.13.4.bb
@@ -0,0 +1,27 @@
+LICENSE = "LGPL"
+DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
+
+SRC_URI = "http://gupnp.org/sites/all/files/sources/gupnp-${PV}.tar.gz \
+"
+SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba"
+SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_configure() {
+	libtoolize --force
+	gnu-configize --force
+	oe_runconf
+}
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
+
+ROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
+
+gupnp_sysroot_preprocess () {
+	install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
+	install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
+}





More information about the Openembedded-commits mailing list