diff mbox series

[1/3] libpam: Add missing MLPREFIX to FILES:pam-plugin-env

Message ID 20260429143104.684760-2-jaeyoon.jung@lge.com
State Changes Requested
Headers show
Series Fix multilib package variable propagation | expand

Commit Message

From: Jaeyoon Jung <jaeyoon.jung@lge.com>

pam-plugin-env is treated as a multilib package, but
FILES:pam-plugin-env did not include MLPREFIX which is inconsistent to
PACKAGES_DYNAMIC and pam_plugin_hook().

Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
---
 meta/recipes-extended/pam/libpam_1.7.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/pam/libpam_1.7.2.bb b/meta/recipes-extended/pam/libpam_1.7.2.bb
index 6955a5f2f6..6e1c5899db 100644
--- a/meta/recipes-extended/pam/libpam_1.7.2.bb
+++ b/meta/recipes-extended/pam/libpam_1.7.2.bb
@@ -53,7 +53,7 @@  FILES:${PN}-xtests = "${datadir}/Linux-PAM/xtests"
 # libpam installs /etc/environment for use with the pam_env plugin. Make sure it is
 # packaged with the pam-plugin-env package to avoid breaking installations which
 # install that file via other packages
-FILES:pam-plugin-env = "${sysconfdir}/environment"
+FILES:${MLPREFIX}pam-plugin-env = "${sysconfdir}/environment"
 
 PACKAGES_DYNAMIC += "^${MLPREFIX}pam-plugin-.*"