Преглед на файлове

libupnp: update to 1.14.0

inherit pkgconfig

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Oleksandr Kravchuk преди 3 години
родител
ревизия
2b2a1edf7b
променени са 1 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. 2 5
      meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb

+ 2 - 5
meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb → 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"