From 9f099b8a3e6518dc9aa4b7f2e04c756cffd89019 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 31 Oct 2015 19:39:00 +0000 Subject: layer.conf: change OPIE_GIT to point to new github URL Gitorious is dead, long live Github. Signed-off-by: Paul Eggleton --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index f765ece..f25b7d3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -16,7 +16,7 @@ LAYERDEPENDS_meta-opie += "openembedded-layer" LAYERDEPENDS_meta-opie += "networking-layer" # Some basic definitions -OPIE_GIT = "git://gitorious.org/opie/opie.git" +OPIE_GIT = "git://github.com/opieproject/opie.git" # Prevent parse errors when the user has neglected to include a file from conf/distro/include/ OPIE_GIT_PV ??= "" -- cgit 1.2.3-korg