diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-02 10:38:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-03 09:49:34 -0700 |
commit | fec057d6d084e4cd147d1107b8616ff87d6c0a91 (patch) | |
tree | e2e3e560485bd0748cdbf582cccd014aea13c7c6 | |
parent | 0a0894b78e7423bb4c55a630a3d9a16e4bf9b97c (diff) | |
download | meta-openembedded-fec057d6d084e4cd147d1107b8616ff87d6c0a91.tar.gz |
libupnp: Upgrade to 1.14.6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb (renamed from meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb index 88652a443b..ff6fb55dd3 100644 --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.6.bb | |||
@@ -8,8 +8,8 @@ HOMEPAGE = "http://pupnp.sourceforge.net/" | |||
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" |
10 | 10 | ||
11 | SRCREV = "a6c3616530490ca67db41131572ec18f00d95eb0" | 11 | SRCREV = "cef2b23fb36baac091b0c7d41136b4c1d9549c6d" |
12 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" | 12 | SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x" |
13 | 13 | ||
14 | S="${WORKDIR}/git" | 14 | S="${WORKDIR}/git" |
15 | 15 | ||