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 | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 10 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 11 | SRCREV = "a6c3616530490ca67db41131572ec18f00d95eb0" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 12 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" |
| 13 | |
| 14 | S="${WORKDIR}/git" |
| 15 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 16 | inherit autotools pkgconfig |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 17 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 18 | EXTRA_OECONF += "--enable-reuseaddr" |
| 19 | |
| 20 | # Enable LFS support ( for samples ) |
| 21 | CFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| 22 | CXXFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |