From 4e3fd58988b5d40bb2fb699ffdaecc8b088a4372 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 9 Jun 2015 14:39:01 -0700 Subject: libupnp: add initial recipe, libupnp v1.6.19 http://pupnp.sourceforge.net/ Signed-off-by: Andre McCurdy Signed-off-by: Martin Jansa --- .../recipes-connectivity/libupnp/libupnp_1.6.19.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.19.bb (limited to 'meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.19.bb') diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.19.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.19.bb new file mode 100644 index 0000000000..133a8ebd53 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.19.bb @@ -0,0 +1,19 @@ +SUMMARY = "Portable SDK for UPnP* Devices" +DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \ +UPnP device and control point applications. It consists of the core UPnP \ +protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \ +supporting the Document Object Model (DOM) Level 2 API and an optional, \ +integrated mini web server for serving UPnP related documents." +HOMEPAGE = "http://pupnp.sourceforge.net/" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${BP}.tar.bz2 \ + file://avoid-redefining-strnlen-and-strndup.patch \ + file://sepbuildfix.patch \ +" + +SRC_URI[md5sum] = "ee16e5d33a3ea7506f38d71facc057dd" +SRC_URI[sha256sum] = "b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a" + +inherit autotools -- cgit 1.2.3-korg