From 2b2a1edf7b09104501b92a7ffa614e645a8e0ab3 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 29 Jul 2020 10:57:47 +0200 Subject: [PATCH] libupnp: update to 1.14.0 inherit pkgconfig Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../libupnp/{libupnp_git.bb => libupnp_1.14.0.bb} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-multimedia/recipes-connectivity/libupnp/{libupnp_git.bb => libupnp_1.14.0.bb} (88%) diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb similarity index 88% rename from meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb rename to 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, \ integrated mini web server for serving UPnP related documents." HOMEPAGE = "http://pupnp.sourceforge.net/" LICENSE = "BSD-3-Clause" - LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" -PV = "1.8.4+git${SRCPV}" -# release-1.8.4 -SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d" +SRCREV = "a6c3616530490ca67db41131572ec18f00d95eb0" SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" S="${WORKDIR}/git" -inherit autotools +inherit autotools pkgconfig EXTRA_OECONF += "--enable-reuseaddr"