[oe-commits] [meta-openembedded] 02/15: libconfig: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 16:28:36 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch sumo-next
in repository meta-openembedded.

commit 06e9f4fac7d28245c86e7b5942e08a655a055cf6
Author: Yi-Soo An <yisooan at gmail.com>
AuthorDate: Mon Oct 8 15:34:05 2018 +0900

    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 at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 10 +++++-----
 1 file 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 fb6e50e..a8adebd 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 @@
 SUMMARY = "C/C++ Configuration File Library"
 DESCRIPTION = "Library for manipulating structured configuration files"
-HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
+HOMEPAGE = "https://hyperrealm.github.io/libconfig"
 SECTION = "libs"
 
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
 
-SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz"
+SRC_URI = "git://github.com/hyperrealm/libconfig.git;protocol=git"
+SRCREV = "f9f23d7a95608936ea7d839731dbd56f1667b7ed"
 
-inherit autotools-brokensep pkgconfig
+S = "${WORKDIR}/git"
 
-SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
-SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
+inherit autotools-brokensep pkgconfig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list