summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi-Soo An <yisooan@gmail.com>2018-10-08 15:34:05 +0900
committerArmin Kuster <akuster808@gmail.com>2019-01-07 08:26:53 -0800
commit06e9f4fac7d28245c86e7b5942e08a655a055cf6 (patch)
tree3cd643665a958949e24e997c43881ba4bbf8348c
parent091808f08a1a988c117f68e14a26a4670bad918e (diff)
downloadmeta-openembedded-06e9f4fac7d28245c86e7b5942e08a655a055cf6.tar.gz
libconfig: fix SRC_URI
hyperrealm has moved to github and it is maintained there. The current SRC_URI is not available any longer. Signed-off-by: Yi-Soo An <yisooan@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/libconfig/libconfig_1.5.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
index fb6e50e51..a8adebd4b 100644
--- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
+++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
@@ -1,14 +1,14 @@
1SUMMARY = "C/C++ Configuration File Library" 1SUMMARY = "C/C++ Configuration File Library"
2DESCRIPTION = "Library for manipulating structured configuration files" 2DESCRIPTION = "Library for manipulating structured configuration files"
3HOMEPAGE = "http://www.hyperrealm.com/libconfig/" 3HOMEPAGE = "https://hyperrealm.github.io/libconfig"
4SECTION = "libs" 4SECTION = "libs"
5 5
6LICENSE = "LGPLv2.1" 6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" 7LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
8 8
9SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz" 9SRC_URI = "git://github.com/hyperrealm/libconfig.git;protocol=git"
10SRCREV = "f9f23d7a95608936ea7d839731dbd56f1667b7ed"
10 11
11inherit autotools-brokensep pkgconfig 12S = "${WORKDIR}/git"
12 13
13SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633" 14inherit autotools-brokensep pkgconfig
14SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"