mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:36:23 +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:
parent
8009f0e3fe
commit
76c8b40e44
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user