libupnp: Upgrade to 1.8.4

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>
This commit is contained in:
Khem Raj
2019-02-07 22:12:45 -08:00
parent 74554d3ccf
commit 3d7f68c308
@@ -5,12 +5,13 @@ protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \
supporting the Document Object Model (DOM) Level 2 API and an optional, \ supporting the Document Object Model (DOM) Level 2 API and an optional, \
integrated mini web server for serving UPnP related documents." integrated mini web server for serving UPnP related documents."
HOMEPAGE = "http://pupnp.sourceforge.net/" 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}" PV = "1.8.4+git${SRCPV}"
SRCREV = "56d6042abae861e8838a4e6b6b5b575b99e38f34" # release-1.8.4
SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d"
SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https"
S="${WORKDIR}/git" S="${WORKDIR}/git"