diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-30 14:46:40 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-01 14:16:56 +0100 |
| commit | 6243fb500406cf0ec758acb158dffcdb9a6aa027 (patch) | |
| tree | 8adc95cdb0f94a4f3f6e95a5f41d0516546af11c /meta/classes/package_deb.bbclass | |
| parent | d8ddc1a3e5bbd15c3756653e57d613a53bdffccd (diff) | |
| download | poky-6243fb500406cf0ec758acb158dffcdb9a6aa027.tar.gz | |
package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typo
(From OE-Core rev: 5e22d7d1fea7dfb14380de5692e4b2940781b518)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package_deb.bbclass')
| -rw-r--r-- | meta/classes/package_deb.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index fb502cbc99..8e363f8d63 100644 --- a/meta/classes/package_deb.bbclass +++ b/meta/classes/package_deb.bbclass | |||
| @@ -116,7 +116,7 @@ package_install_internal_deb () { | |||
| 116 | local archs="${INSTALL_ARCHS_DEB}" | 116 | local archs="${INSTALL_ARCHS_DEB}" |
| 117 | local package_to_install="${INSTALL_PACKAGES_NORMAL_DEB}" | 117 | local package_to_install="${INSTALL_PACKAGES_NORMAL_DEB}" |
| 118 | local package_attemptonly="${INSTALL_PACKAGES_ATTEMPTONLY_DEB}" | 118 | local package_attemptonly="${INSTALL_PACKAGES_ATTEMPTONLY_DEB}" |
| 119 | local package_lingusa="${INSTALL_PACKAGES_LINGUAS_DEB}" | 119 | local package_linguas="${INSTALL_PACKAGES_LINGUAS_DEB}" |
| 120 | local task="${INSTALL_TASK_DEB}" | 120 | local task="${INSTALL_TASK_DEB}" |
| 121 | 121 | ||
| 122 | rm -f ${STAGING_ETCDIR_NATIVE}/apt/sources.list.rev | 122 | rm -f ${STAGING_ETCDIR_NATIVE}/apt/sources.list.rev |
| @@ -155,12 +155,12 @@ package_install_internal_deb () { | |||
| 155 | 155 | ||
| 156 | # Uclibc builds don't provide this stuff.. | 156 | # Uclibc builds don't provide this stuff.. |
| 157 | if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then | 157 | if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then |
| 158 | if [ ! -z "${package_lingusa}" ]; then | 158 | if [ ! -z "${package_linguas}" ]; then |
| 159 | apt-get install glibc-localedata-i18n --force-yes --allow-unauthenticated | 159 | apt-get install glibc-localedata-i18n --force-yes --allow-unauthenticated |
| 160 | if [ $? -ne 0 ]; then | 160 | if [ $? -ne 0 ]; then |
| 161 | exit 1 | 161 | exit 1 |
| 162 | fi | 162 | fi |
| 163 | for i in ${package_lingusa}; do | 163 | for i in ${package_linguas}; do |
| 164 | apt-get install $i --force-yes --allow-unauthenticated | 164 | apt-get install $i --force-yes --allow-unauthenticated |
| 165 | if [ $? -ne 0 ]; then | 165 | if [ $? -ne 0 ]; then |
| 166 | exit 1 | 166 | exit 1 |
