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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
