From 6243fb500406cf0ec758acb158dffcdb9a6aa027 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 30 Jul 2011 14:46:40 +0200 Subject: package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typo (From OE-Core rev: 5e22d7d1fea7dfb14380de5692e4b2940781b518) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/classes/package_ipk.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/classes/package_ipk.bbclass') diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index b7afa835ed..16574e98b4 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass @@ -99,7 +99,7 @@ package_install_internal_ipk() { local conffile="${INSTALL_CONF_IPK}" local package_to_install="${INSTALL_PACKAGES_NORMAL_IPK}" local package_attemptonly="${INSTALL_PACKAGES_ATTEMPTONLY_IPK}" - local package_lingusa="${INSTALL_PACKAGES_LINGUAS_IPK}" + local package_linguas="${INSTALL_PACKAGES_LINGUAS_IPK}" local package_multilib="${INSTALL_PACKAGES_MULTILIB_IPK}" local task="${INSTALL_TASK_IPK}" @@ -111,8 +111,8 @@ package_install_internal_ipk() { # Uclibc builds don't provide this stuff... if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then - if [ ! -z "${package_lingusa}" ]; then - for i in ${package_lingusa}; do + if [ ! -z "${package_linguas}" ]; then + for i in ${package_linguas}; do opkg-cl ${ipkg_args} install $i done fi -- cgit v1.2.3-54-g00ecf