blob: 7a524f2d50838fdb3c2db9b89f5b90674f75046d [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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"
9
10LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863"
11
12PV = "1.8.2+git${SRCPV}"
13SRCREV = "56d6042abae861e8838a4e6b6b5b575b99e38f34"
14SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https"
15
16S="${WORKDIR}/git"
17
18inherit autotools
19
20EXTRA_OECONF += "--enable-reuseaddr"