summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-30 14:46:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-01 14:16:56 +0100
commit6243fb500406cf0ec758acb158dffcdb9a6aa027 (patch)
tree8adc95cdb0f94a4f3f6e95a5f41d0516546af11c /meta/classes/package_rpm.bbclass
parentd8ddc1a3e5bbd15c3756653e57d613a53bdffccd (diff)
downloadpoky-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_rpm.bbclass')
-rw-r--r--meta/classes/package_rpm.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass
index 037710012a..2cc0584b59 100644
--- a/meta/classes/package_rpm.bbclass
+++ b/meta/classes/package_rpm.bbclass
@@ -194,7 +194,7 @@ package_install_internal_rpm () {
194 local confbase="${INSTALL_CONFBASE_RPM}" 194 local confbase="${INSTALL_CONFBASE_RPM}"
195 local package_to_install="${INSTALL_PACKAGES_NORMAL_RPM}" 195 local package_to_install="${INSTALL_PACKAGES_NORMAL_RPM}"
196 local package_attemptonly="${INSTALL_PACKAGES_ATTEMPTONLY_RPM}" 196 local package_attemptonly="${INSTALL_PACKAGES_ATTEMPTONLY_RPM}"
197 local package_lingusa="${INSTALL_PACKAGES_LINGUAS_RPM}" 197 local package_linguas="${INSTALL_PACKAGES_LINGUAS_RPM}"
198 local providename="${INSTALL_PROVIDENAME_RPM}" 198 local providename="${INSTALL_PROVIDENAME_RPM}"
199 local task="${INSTALL_TASK_RPM}" 199 local task="${INSTALL_TASK_RPM}"
200 200
@@ -223,8 +223,8 @@ package_install_internal_rpm () {
223 223
224 # Uclibc builds don't provide this stuff... 224 # Uclibc builds don't provide this stuff...
225 if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then 225 if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then
226 if [ ! -z "${package_lingusa}" ]; then 226 if [ ! -z "${package_linguas}" ]; then
227 for pkg in ${package_lingusa}; do 227 for pkg in ${package_linguas}; do
228 echo "Processing $pkg..." 228 echo "Processing $pkg..."
229 229
230 archvar=base_package_archs 230 archvar=base_package_archs