summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
diff options
context:
space:
mode:
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