bitbake: hob: changed the split of SSTATE_MIRRORS variable
authorCristiana Voicu <cristiana.voicu@intel.com>
Mon, 22 Jul 2013 10:54:10 +0000 (10:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jul 2013 14:25:08 +0000 (15:25 +0100)
commit1b4feca4f823647af0ffd7961e3aa8b8c2a4dfb8
treed8785b0b6832fcb231ff512c72adf0b248e6ed86
parent92cac4f9dcde7578278050ede6fe46d11ed884ad
bitbake: hob: changed the split of SSTATE_MIRRORS variable

Until now the split made searching the string "file://", but
this is not ok when SSTATE_VARIABLE has the following form:
SSTATE_MIRRORS ?= "\
     file://.* http://someserver.tld/share/sstate/PATH \n \
     file://.* file:///some/local/dir/sstate/PATH"

In the documentation I've found that \n is the list separator.

[YOCTO #4857]
(Bitbake rev: 73bcd96928cb2df390e1fc6d3a8b7ce3e9d546a4)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/hig/simplesettingsdialog.py