[oe-commits] org.oe.dev angstrom-mirrors: fix for recent bitbake

cyril.romain commit openembedded-commits at lists.openembedded.org
Mon Dec 31 22:23:34 UTC 2007


angstrom-mirrors: fix for recent bitbake

Author: cyril.romain at laposte.net
Branch: org.openembedded.dev
Revision: 744cf977fa353b9dedb30f35cd9ba988ade94e8d
ViewMTN: http://monotone.openembedded.org/revision/info/744cf977fa353b9dedb30f35cd9ba988ade94e8d
Files:
1
classes/angstrom-mirrors.bbclass
Diffs:

#
# mt diff -rc87eb377f56c765fa6a6f72e1e10ffeb6b916828 -r744cf977fa353b9dedb30f35cd9ba988ade94e8d
#
# 
# 
# patch "classes/angstrom-mirrors.bbclass"
#  from [5cb52a71d99b0e1e741b10beef5daa2a8a206bd0]
#    to [a4bf6a870337718fc8cb7f8d3d3aa8624be9d053]
# 
============================================================
--- classes/angstrom-mirrors.bbclass	5cb52a71d99b0e1e741b10beef5daa2a8a206bd0
+++ classes/angstrom-mirrors.bbclass	a4bf6a870337718fc8cb7f8d3d3aa8624be9d053
@@ -1,4 +1,4 @@ MIRRORS_append () {
 MIRRORS_append () {
-ftp://.*/.*/	http://www.angstrom-distribution.org/unstable/sources/
-https?$://.*/.*/	http://www.angstrom-distribution.org/unstable/sources/
+ftp://.*/.*	http://www.angstrom-distribution.org/unstable/sources/
+https?$://.*/.*	http://www.angstrom-distribution.org/unstable/sources/
 }






More information about the Openembedded-commits mailing list