[oe-commits] pieterg : added libupnp 1.6.0

GIT User account git at amethyst.openembedded.net
Fri Nov 14 06:27:07 UTC 2008


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

Author: pieterg <pieterg at gmx.com>
Date:   Thu Nov 13 18:24:50 2008 +0100

added libupnp 1.6.0

---

 packages/upnp/libupnp/autoconf_version.patch |   11 +++++++++++
 packages/upnp/libupnp_1.6.0.bb               |   17 +++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/packages/upnp/libupnp/autoconf_version.patch b/packages/upnp/libupnp/autoconf_version.patch
new file mode 100644
index 0000000..909b188
--- /dev/null
+++ b/packages/upnp/libupnp/autoconf_version.patch
@@ -0,0 +1,11 @@
+--- libupnp-1.6.0/configure.ac.orig	2008-03-24 17:49:15.000000000 +0100
++++ libupnp-1.6.0/configure.ac	2008-03-24 17:49:24.000000000 +0100
+@@ -7,8 +7,6 @@
+ # (C) Copyright 2005-2006 Rémi Turboult <r3mi at users.sourceforge.net>
+ #
+ 
+-AC_PREREQ(2.60)
+-
+ AC_INIT([libupnp], [1.6.0], [mroberto at users.sourceforge.net])
+ # *Independently* of the above libupnp package version, the libtool version
+ # of the 3 libraries need to be updated whenever there is a change released :
diff --git a/packages/upnp/libupnp_1.6.0.bb b/packages/upnp/libupnp_1.6.0.bb
new file mode 100644
index 0000000..d34cf42
--- /dev/null
+++ b/packages/upnp/libupnp_1.6.0.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "The Linux* SDK for UPnP* Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification."
+HOMEPAGE = "http://upnp.sourceforge.net/"
+LICENSE = "BSD"
+
+LEAD_SONAME = "libupnp"
+SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${P}.tar.bz2 \
+	file://autoconf_version.patch;patch=1"
+
+inherit autotools pkgconfig
+
+
+
+do_stage() {
+autotools_stage_all
+}
+
+





More information about the Openembedded-commits mailing list