diff options
-rw-r--r-- | org.handhelds.familiar/classes/simplepremirror.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org.handhelds.familiar/classes/simplepremirror.bbclass b/org.handhelds.familiar/classes/simplepremirror.bbclass new file mode 100644 index 0000000..01216bb --- /dev/null +++ b/org.handhelds.familiar/classes/simplepremirror.bbclass @@ -0,0 +1,4 @@ +PREMIRRORS_prepend () { +ftp://.*/.*/ ${LOCAL_MIRROR} +http://.*/.*/ ${LOCAL_MIRROR} +} |