aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-08-28 20:33:19 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-31 23:39:12 +0100
commitbb25eac63cb9b2d0e1a45f5002a5e90562471aa1 (patch)
tree871e95303a21e0350a0f61c7b8079fdce3c5906a /meta
parent11f95603e8582c2cf63304f8b0a020ccbbd778e4 (diff)
downloadopenembedded-core-contrib-bb25eac63cb9b2d0e1a45f5002a5e90562471aa1.tar.gz
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@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.6.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb
index d7033d02e7..f08b4af544 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):