summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb (renamed from meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb
index 339c07cd96..88652a443b 100644
--- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb
+++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb
@@ -6,17 +6,14 @@ supporting the Document Object Model (DOM) Level 2 API and an optional, \
6integrated mini web server for serving UPnP related documents." 6integrated mini web server for serving UPnP related documents."
7HOMEPAGE = "http://pupnp.sourceforge.net/" 7HOMEPAGE = "http://pupnp.sourceforge.net/"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" 9LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
11 10
12PV = "1.8.4+git${SRCPV}" 11SRCREV = "a6c3616530490ca67db41131572ec18f00d95eb0"
13# release-1.8.4
14SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d"
15SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" 12SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https"
16 13
17S="${WORKDIR}/git" 14S="${WORKDIR}/git"
18 15
19inherit autotools 16inherit autotools pkgconfig
20 17
21EXTRA_OECONF += "--enable-reuseaddr" 18EXTRA_OECONF += "--enable-reuseaddr"
22 19