[oe-commits] [meta-openembedded] 50/62: gflags: Fix fetch URL

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 13:29:23 UTC 2017


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

martin_jansa pushed a commit to branch morty-next
in repository meta-openembedded.

commit 341b1e7b16e94773fd9b7b694883f9dae84cb23d
Author: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
AuthorDate: Wed Dec 28 14:19:53 2016 +0100

    gflags: Fix fetch URL
    
    Fixes:
    ARNING: gflags-2.1.2-r0 do_fetch: Failed to fetch URL
    git://github.com/gflags/gflags.git;branch=master, attempting MIRRORS if
    available
    ERROR: gflags-2.1.2-r0 do_fetch: Fetcher failure: Unable to find
    revision 1a02f2851ee3d48d32d2c8f4d8f390a0bc25565c in branch master even
    from upstream
    ERROR: gflags-2.1.2-r0 do_fetch: Fetcher failure for URL:
    'git://github.com/gflags/gflags.git;branch=master'. Unable to fetch URL
    from any source
    
    Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    (cherry picked from commit 1ba2436bdd9f22070c7e0a00f3a7422f6ecdcc4e)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/gflags/gflags_2.1.2.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/gflags/gflags_2.1.2.bb b/meta-oe/recipes-support/gflags/gflags_2.1.2.bb
index b5e0597..da82599 100644
--- a/meta-oe/recipes-support/gflags/gflags_2.1.2.bb
+++ b/meta-oe/recipes-support/gflags/gflags_2.1.2.bb
@@ -5,9 +5,10 @@ HOMEPAGE = "https://github.com/gflags/gflags"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df"
 
-SRC_URI = "git://github.com/gflags/gflags.git;branch=release"
-SRCREV = "1a02f2851ee3d48d32d2c8f4d8f390a0bc25565c"
-S = "${WORKDIR}/git/"
+SRC_URI = "https://github.com/gflags/gflags/archive/v${PV}.tar.gz"
+SRC_URI[md5sum] = "ac432de923f9de1e9780b5254884599f"
+SRC_URI[sha256sum] = "d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662"
+S = "${WORKDIR}/${PN}-${PV}/"
 
 FILES_${PN}-dev += "${libdir}/cmake"
 

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


More information about the Openembedded-commits mailing list