Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [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/" |
| 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" |
| 10 | |
| 11 | SRCREV = "c540ce2431bdeac73359029d4592b45790e1d154" |
| 12 | SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x \ |
| 13 | " |
| 14 | |
| 15 | S="${WORKDIR}/git" |
| 16 | |
| 17 | inherit autotools pkgconfig |
| 18 | |
| 19 | EXTRA_OECONF += "--enable-reuseaddr" |
| 20 | |
| 21 | # Enable LFS support ( for samples ) |
| 22 | CFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" |
| 23 | CXXFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" |