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 | f103a7f | 2021-05-07 16:09:40 -0500 | [diff] [blame] | 11 | SRCREV = "cef2b23fb36baac091b0c7d41136b4c1d9549c6d" |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 12 | SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x \ |
| 13 | file://0001-ithread-Use-pthread_mutexattr_gettype-pthread_mutexa.patch \ |
| 14 | " |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | |
| 16 | S="${WORKDIR}/git" |
| 17 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 18 | inherit autotools pkgconfig |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 19 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 20 | EXTRA_OECONF += "--enable-reuseaddr" |
| 21 | |
| 22 | # Enable LFS support ( for samples ) |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 23 | CFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" |
| 24 | CXXFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" |