From: Rene Wagner Date: Mon, 15 May 2006 22:49:54 +0000 (+0200) Subject: simplemirror.bbclass: rename LOCAL_MIRROR to SIMPLE_PREMIRROR. X-Git-Tag: familiar-v0.8.4-rc3~87 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=c43c7bc196f9267f343b1889bbc40b2bd5d8fb26;p=familiar-h63xx-build.git simplemirror.bbclass: rename LOCAL_MIRROR to SIMPLE_PREMIRROR. Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/classes/simplepremirror.bbclass b/org.handhelds.familiar/classes/simplepremirror.bbclass index 01216bb..baccd52 100644 --- a/org.handhelds.familiar/classes/simplepremirror.bbclass +++ b/org.handhelds.familiar/classes/simplepremirror.bbclass @@ -1,4 +1,4 @@ PREMIRRORS_prepend () { -ftp://.*/.*/ ${LOCAL_MIRROR} -http://.*/.*/ ${LOCAL_MIRROR} +ftp://.*/.*/ ${SIMPLE_PREMIRROR} +http://.*/.*/ ${SIMPLE_PREMIRROR} }