[oe-commits] Otavio Salvador : libpam: Fix runtime providers

git at git.openembedded.org git at git.openembedded.org
Sun Aug 31 22:41:46 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: bb25eac63cb9b2d0e1a45f5002a5e90562471aa1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bb25eac63cb9b2d0e1a45f5002a5e90562471aa1

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Aug 28 20:33:19 2014 -0300

libpam: Fix runtime providers

The runtime providers were commented out. Removing the comment brings
up a issue with the native renaming which has been workarounded
disabling the runtime recommendation. This is indeed a workaround so a
FIXME comment has been added to remind about it in case we someday
move to native prefix.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/pam/libpam_1.1.6.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb
index d7033d0..f08b4af 100644
--- a/meta/recipes-extended/pam/libpam_1.1.6.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.6.bb
@@ -81,7 +81,10 @@ RDEPENDS_${PN}-xtests = "${PN}-${libpam_suffix} \
     pam-plugin-cracklib-${libpam_suffix} pam-plugin-pwhistory-${libpam_suffix} \
     pam-plugin-succeed-if-${libpam_suffix} pam-plugin-time-${libpam_suffix} \
     coreutils bash"
-#RRECOMMENDS_${PN} = "${PN}-runtime-${libpam_suffix}"
+
+# FIXME: Native suffix breaks here, disable it for now
+RRECOMMENDS_${PN} = "${PN}-runtime-${libpam_suffix}"
+RRECOMMENDS_${PN}_class-native = ""
 
 python populate_packages_prepend () {
     def pam_plugin_append_file(pn, dir, file):



More information about the Openembedded-commits mailing list