From 5532d7b2c44c5717dee0881ec2d7a603e0750bc4 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 4d900c9..e8fdc77 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,7 +12,7 @@ BBFILE_PATTERN_meta-opie := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-opie = "8" # 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