[oe-commits] [openembedded-core] 03/09: byacc: Fic SRC_URI to use yocto sources loc.

git at git.openembedded.org git at git.openembedded.org
Tue May 15 10:01:37 UTC 2018


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

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit f090c4499caa6c0fbec26a091361c6ed92a94ae3
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Thu Apr 19 08:03:45 2018 -0700

    byacc: Fic SRC_URI to use yocto sources loc.
    
    ERROR: byacc-native-20161202-r0 do_checkuri: Fetcher failure for URL: 'ftp://invisible-island.net/byacc/byacc-20161202.tgz'. URL ftp://invisible-island.net/byacc/byacc-20161202.tgz doesn't work
    ERROR: byacc-native-20161202-r0 do_checkuri: Function failed: do_checkuri
    
    Use the file saved in the Yocto Project sources repos
    
    (From OE-Core rev: 210cef54a09daf61e4c4237f9bb3afad161658b3)
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/byacc/byacc.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc
index 1cf5ee0..503719c 100644
--- a/meta/recipes-extended/byacc/byacc.inc
+++ b/meta/recipes-extended/byacc/byacc.inc
@@ -5,8 +5,8 @@ programming language."
 SECTION = "devel"
 LICENSE = "PD"
 
-SRC_URI = "https://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
-           file://byacc-open.patch"
+SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/byacc-${PV}.tgz \
+           file://byacc-open.patch "
 
 EXTRA_OECONF += "--program-transform-name='s,^,b,'"
 

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


More information about the Openembedded-commits mailing list