diff mbox series

[oe,meta-multimedia,V2] libupnp: Upgrade to 1.8.4

Message ID 20190209020206.11491-1-raj.khem@gmail.com
State New
Headers show
Series [oe,meta-multimedia,V2] libupnp: Upgrade to 1.8.4 | expand

Commit Message

Khem Raj Feb. 9, 2019, 2:02 a.m. UTC
License-Update: Renamed and deleted empty line

License file is now called COPYING
https://github.com/mrjimenez/pupnp/commit/d3a04002e5e5220f88b43d979505bb3156532e83#diff-7116ef0705885343c9e1b2171a06be0e

This is 3 Clause BSD license so make it accurate

Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
v2: Fix license checksums

 .../recipes-connectivity/libupnp/libupnp_git.bb       | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.20.1

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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 \
 supporting the Document Object Model (DOM) Level 2 API and an optional, \
 integrated mini web server for serving UPnP related documents."
 HOMEPAGE = "http://pupnp.sourceforge.net/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863"
+LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
 
-PV = "1.8.2+git${SRCPV}"
-SRCREV = "56d6042abae861e8838a4e6b6b5b575b99e38f34"
+PV = "1.8.4+git${SRCPV}"
+# release-1.8.4
+SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d"
 SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https"
 
 S="${WORKDIR}/git"
 
 inherit autotools
 
-EXTRA_OECONF += "--enable-reuseaddr"
\ No newline at end of file
+EXTRA_OECONF += "--enable-reuseaddr"