aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorErik Hovland <erik@hovland.org>2006-06-01 14:08:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-01 14:08:54 +0000
commit5da4bf942566a5c76bbc3e0b1299da1c7da66e85 (patch)
treea6e5b9f6453f5959789366ba563dd8cd3a841918 /classes
parent90b513c87911b00fab52e383e5688016be9aa360 (diff)
downloadopenembedded-5da4bf942566a5c76bbc3e0b1299da1c7da66e85.tar.gz
Continue to add missing files to the branch.
Diffstat (limited to 'classes')
-rw-r--r--classes/simplepremirror.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/simplepremirror.bbclass b/classes/simplepremirror.bbclass
new file mode 100644
index 0000000000..baccd52eaf
--- /dev/null
+++ b/classes/simplepremirror.bbclass
@@ -0,0 +1,4 @@
+PREMIRRORS_prepend () {
+ftp://.*/.*/ ${SIMPLE_PREMIRROR}
+http://.*/.*/ ${SIMPLE_PREMIRROR}
+}