mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00: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
|
do
|
||||||
for lang in ${IMAGE_LOCALES}
|
for lang in ${IMAGE_LOCALES}
|
||||||
do
|
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
|
then
|
||||||
PACKAGES_TO_INSTALL="$PACKAGES_TO_INSTALL $pkg-locale-$lang"
|
PACKAGES_TO_INSTALL="$PACKAGES_TO_INSTALL $pkg-locale-$lang"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user