mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
opkg prints 'loading conf' informations so we get two lines each time
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4604 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -101,7 +101,7 @@ install_all_locales() {
|
||||
do
|
||||
for lang in ${IMAGE_LOCALES}
|
||||
do
|
||||
if [ `opkg-cl ${IPKG_ARGS} info $pkg-locale-$lang | wc -l` -gt 0 ]
|
||||
if [ `opkg-cl ${IPKG_ARGS} info $pkg-locale-$lang | wc -l` -gt 2 ]
|
||||
then
|
||||
PACKAGES_TO_INSTALL="$PACKAGES_TO_INSTALL $pkg-locale-$lang"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user