diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-29 10:57:47 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-31 13:22:53 -0700 |
commit | 2b2a1edf7b09104501b92a7ffa614e645a8e0ab3 (patch) | |
tree | f64c1ee811a2286ff6860803a285d2b6181b8cd0 | |
parent | b710075692bdf32836939a80da6a5ffb4ec0e6cb (diff) | |
download | meta-openembedded-2b2a1edf7b09104501b92a7ffa614e645a8e0ab3.tar.gz |
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>
-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 339c07cd9..88652a443 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, \ | |||
6 | integrated mini web server for serving UPnP related documents." | 6 | integrated mini web server for serving UPnP related documents." |
7 | HOMEPAGE = "http://pupnp.sourceforge.net/" | 7 | HOMEPAGE = "http://pupnp.sourceforge.net/" |
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" |
11 | 10 | ||
12 | PV = "1.8.4+git${SRCPV}" | 11 | SRCREV = "a6c3616530490ca67db41131572ec18f00d95eb0" |
13 | # release-1.8.4 | ||
14 | SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d" | ||
15 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" | 12 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" |
16 | 13 | ||
17 | S="${WORKDIR}/git" | 14 | S="${WORKDIR}/git" |
18 | 15 | ||
19 | inherit autotools | 16 | inherit autotools pkgconfig |
20 | 17 | ||
21 | EXTRA_OECONF += "--enable-reuseaddr" | 18 | EXTRA_OECONF += "--enable-reuseaddr" |
22 | 19 | ||