diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb')
| -rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb new file mode 100644 index 0000000000..ff6fb55dd3 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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 = "cef2b23fb36baac091b0c7d41136b4c1d9549c6d" | ||
| 12 | SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x" | ||
| 13 | |||
| 14 | S="${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
| 17 | |||
| 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" | ||
