diff options
-rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb index 7a524f2d50..50d19de675 100644 --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | |||
@@ -5,16 +5,17 @@ protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \ | |||
5 | supporting the Document Object Model (DOM) Level 2 API and an optional, \ | 5 | supporting the Document Object Model (DOM) Level 2 API and an optional, \ |
6 | integrated mini web server for serving UPnP related documents." | 6 | integrated mini web server for serving UPnP related documents." |
7 | HOMEPAGE = "http://pupnp.sourceforge.net/" | 7 | HOMEPAGE = "http://pupnp.sourceforge.net/" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-3-Clause" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" |
11 | 11 | ||
12 | PV = "1.8.2+git${SRCPV}" | 12 | PV = "1.8.4+git${SRCPV}" |
13 | SRCREV = "56d6042abae861e8838a4e6b6b5b575b99e38f34" | 13 | # release-1.8.4 |
14 | SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d" | ||
14 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" | 15 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" |
15 | 16 | ||
16 | S="${WORKDIR}/git" | 17 | S="${WORKDIR}/git" |
17 | 18 | ||
18 | inherit autotools | 19 | inherit autotools |
19 | 20 | ||
20 | EXTRA_OECONF += "--enable-reuseaddr" \ No newline at end of file | 21 | EXTRA_OECONF += "--enable-reuseaddr" |