blob: 339c07cd967860c132e302fdcd69bd1c87d69934 [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/"
Brad Bishop19323692019-04-05 15:28:33 -04008LICENSE = "BSD-3-Clause"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
Brad Bishop19323692019-04-05 15:28:33 -040010LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011
Brad Bishop19323692019-04-05 15:28:33 -040012PV = "1.8.4+git${SRCPV}"
13# release-1.8.4
14SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https"
16
17S="${WORKDIR}/git"
18
19inherit autotools
20
Brad Bishop19323692019-04-05 15:28:33 -040021EXTRA_OECONF += "--enable-reuseaddr"
22
23# Enable LFS support ( for samples )
24CFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
25CXXFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"