mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Rename FEED_URIS -> IPK_FEED_URIS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5373 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -120,7 +120,7 @@ ipk_insert_feed_uris () {
|
||||
|
||||
echo "Building from feeds activated!"
|
||||
|
||||
for line in ${FEED_URIS}
|
||||
for line in ${IPK_FEED_URIS}
|
||||
do
|
||||
# strip leading and trailing spaces/tabs, then split into name and uri
|
||||
line_clean="`echo "$line"|sed 's/^[ \t]*//;s/[ \t]*$//'`"
|
||||
|
||||
Reference in New Issue
Block a user