diff options
author | Matthias Hentges <oe@hentges.net> | 2007-03-10 00:10:11 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-03-10 00:10:11 +0000 |
commit | 3da0ee5121b9bb6a7b3c9ed8248c7e862eb4edf8 (patch) | |
tree | 8ab6dec461181158c70204ae1b6af858302ca292 /packages | |
parent | 2cb9e5d8f2a164cf9b7ba8f1987836e97065beb2 (diff) |
openmoko-base: Use http, not https (synced with OM svn)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/openmoko-base/openmoko-theme-standard_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openmoko-base/openmoko-theme-standard_svn.bb b/packages/openmoko-base/openmoko-theme-standard_svn.bb index d8a9ba5fa2..e7a6def235 100644 --- a/packages/openmoko-base/openmoko-theme-standard_svn.bb +++ b/packages/openmoko-base/openmoko-theme-standard_svn.bb @@ -5,7 +5,7 @@ PR = "r3" inherit openmoko-base -SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=themes;proto=https" +SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=themes;proto=http" S = "${WORKDIR}" dirs = "themes/openmoko-standard" |