generic-poky/meta
Hongxu Jia b0bf001251 libpam: fix 64-bit pam plugins not installed when add to 32-bit image
While the BSP is configured as a 64-bit kernel and 32-bit userspace,
add a 64-bit version of libpam to the filesystem, there was a failure:
...
| Computing transaction...error: Can't install
pam-plugin-unix-1.1.6-r2@lib64_x86_64: no package provides libpam-lib64
|
| Saving cache...
...

While using 'lib64' as the multilib suffix of libpam RPROVIDES , the
RPROVIDES was overridden by map_depends_variable in classextend.py.
...
 $RPROVIDES_lib64-libpam [2 operations]
   set data_smart.py:429 [finalize]
     " libpam-${baselib}"
   set classextend.py:71 [map_depends_variable]4532
     "lib64-libpam"
 computed:
   "lib64-libpam"
RPROVIDES_lib64-libpam="lib64-libpam"
...

Rename the suffix could fix this issue.
[YOCTO #4532]

(From OE-Core rev: 77e3d60fa00a41424fe65977b2bf307727a5a26c)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-09 14:31:14 +01:00
..
classes package.bbclass: Add CONFFILES to list of package specific variables 2014-04-08 13:59:59 +01:00
conf documentation.conf (LICENSE): tiny addition 2014-04-08 13:59:59 +01:00
files unfs3: Add a NFSv3 user mode server for use with runqemu 2014-01-28 00:52:35 +00:00
lib selftest/sstatetests.py: Added 'populate_lic' to ignore_patterns 2014-04-04 11:53:51 +01:00
recipes-bsp gummiboot: fix the installed but not shipped warning 2014-03-27 15:44:43 +00:00
recipes-connectivity openssl: Upgrade to v1.0.1g 2014-04-08 17:45:09 +01:00
recipes-core eglibc: __slow_ieee754_sqrt{, f} functions for ppc e6500-32b 2014-04-09 09:53:14 +01:00
recipes-devtools python: Fix CVE-2014-1912 2014-04-09 09:53:14 +01:00
recipes-extended libpam: fix 64-bit pam plugins not installed when add to 32-bit image 2014-04-09 14:31:14 +01:00
recipes-gnome gtk+3: set proper FLAGS for native 2014-04-04 11:53:52 +01:00
recipes-graphics libx11: fix invalid preprocessing directive errors 2014-04-09 09:53:14 +01:00
recipes-kernel systemtap: Move to current HEAD 2014-04-05 23:24:01 +01:00
recipes-lsb4 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
recipes-multimedia alsa-tools: Fix build without x11 2014-04-04 11:53:50 +01:00
recipes-qt Revert "qt-mobility: remove /usr/lib from ld rpath-link option" 2014-04-04 11:53:51 +01:00
recipes-rt hwatdetect: Fix build failures from undeclared INC_PR 2014-02-13 16:59:50 +00:00
recipes-sato core-image-sato-sdk: Drop qt4 on mips64 2014-03-30 10:10:34 +01:00
recipes-support libcap 2.22: fix, disable gperf detection 2014-03-30 10:10:34 +01:00
site mips64-linux: set ac_cv_sizeof_ssize_t 2014-03-17 14:01:42 +00:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00