[oe] [PATCH] opkg: use https for svn fetching

Jamie Iles jamie.iles at picochip.com
Thu May 6 11:20:04 UTC 2010


Behind some proxies the requests get mangled and the checkout fails.
Using https allows checkout to work for all users.

Signed-off-by: Jamie Iles <jamie.iles at picochip.com>
---
 recipes/opkg/opkg.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
index 7865f1a..dc3f562 100644
--- a/recipes/opkg/opkg.inc
+++ b/recipes/opkg/opkg.inc
@@ -9,7 +9,7 @@ INC_PR = "r21"
 
 FILESPATHPKG =. "opkg:"
 
-SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
+SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=https \
 	file://opkg_unarchive.patch;patch=1;maxrev=201 \
 	file://opkg-intercept-cleanup.patch;patch=1;maxrev=241 \
 "
-- 
1.6.5.4





More information about the Openembedded-devel mailing list