Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Portable SDK for UPnP* Devices" |
| 2 | DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \ |
| 3 | UPnP device and control point applications. It consists of the core UPnP \ |
| 4 | protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \ |
| 5 | supporting the Document Object Model (DOM) Level 2 API and an optional, \ |
| 6 | integrated mini web server for serving UPnP related documents." |
| 7 | HOMEPAGE = "http://pupnp.sourceforge.net/" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 8 | LICENSE = "BSD-3-Clause" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 9 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 12 | PV = "1.8.4+git${SRCPV}" |
| 13 | # release-1.8.4 |
| 14 | SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" |
| 16 | |
| 17 | S="${WORKDIR}/git" |
| 18 | |
| 19 | inherit autotools |
| 20 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 21 | EXTRA_OECONF += "--enable-reuseaddr" |
| 22 | |
| 23 | # Enable LFS support ( for samples ) |
| 24 | CFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| 25 | CXXFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |