summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-02 10:38:55 -0700
committerKhem Raj <raj.khem@gmail.com>2021-05-03 09:49:34 -0700
commitfec057d6d084e4cd147d1107b8616ff87d6c0a91 (patch)
treee2e3e560485bd0748cdbf582cccd014aea13c7c6 /meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb
parent0a0894b78e7423bb4c55a630a3d9a16e4bf9b97c (diff)
downloadmeta-openembedded-fec057d6d084e4cd147d1107b8616ff87d6c0a91.tar.gz
libupnp: Upgrade to 1.14.6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb')
-rw-r--r--meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb
new file mode 100644
index 0000000000..ff6fb55dd3
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Portable SDK for UPnP* Devices"
2DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \
3UPnP device and control point applications. It consists of the core UPnP \
4protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \
5supporting the Document Object Model (DOM) Level 2 API and an optional, \
6integrated mini web server for serving UPnP related documents."
7HOMEPAGE = "http://pupnp.sourceforge.net/"
8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
10
11SRCREV = "cef2b23fb36baac091b0c7d41136b4c1d9549c6d"
12SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x"
13
14S="${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18EXTRA_OECONF += "--enable-reuseaddr"
19
20# Enable LFS support ( for samples )
21CFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
22CXXFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"