diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb')
| -rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb new file mode 100644 index 0000000000..7a524f2d50 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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" | ||
| 9 | |||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863" | ||
| 11 | |||
| 12 | PV = "1.8.2+git${SRCPV}" | ||
| 13 | SRCREV = "56d6042abae861e8838a4e6b6b5b575b99e38f34" | ||
| 14 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" | ||
| 15 | |||
| 16 | S="${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit autotools | ||
| 19 | |||
| 20 | EXTRA_OECONF += "--enable-reuseaddr" \ No newline at end of file | ||
