summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-02-04 14:28:33 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-02-06 15:43:58 -0500
commitf61a81a2acb7c9e6bfd8f6cc388a768029d53c33 (patch)
tree8f89187646f814314d5d52c7bd2b7dfbffc7bc09 /meta-phosphor
parentef72335bf7a50fff5d847cb0146c5b286f73e517 (diff)
downloadtalos-openbmc-f61a81a2acb7c9e6bfd8f6cc388a768029d53c33.tar.gz
talos-openbmc-f61a81a2acb7c9e6bfd8f6cc388a768029d53c33.zip
phosphor: pam: move libpam to recipes-extended
Move pam metadata from recipes-core to recipes-extended, to match oe-core. (From meta-phosphor rev: 6f75a62ec75deb7ba6efdc5b5c3dda960dda701d) Change-Id: If8e36b1199f9e70ce27522d915ceaa281caaabc6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-core/pam/libpam_%.bbappend11
-rw-r--r--meta-phosphor/recipes-extended/pam/libpam/pam.d/common-account (renamed from meta-phosphor/recipes-core/pam/libpam/pam.d/common-account)0
-rw-r--r--meta-phosphor/recipes-extended/pam/libpam/pam.d/common-auth (renamed from meta-phosphor/recipes-core/pam/libpam/pam.d/common-auth)0
-rw-r--r--meta-phosphor/recipes-extended/pam/libpam/pam.d/common-password (renamed from meta-phosphor/recipes-core/pam/libpam/pam.d/common-password)0
-rw-r--r--meta-phosphor/recipes-extended/pam/libpam_%.bbappend12
-rw-r--r--meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb (renamed from meta-phosphor/recipes-core/pam/pam-ipmi_git.bb)0
6 files changed, 12 insertions, 11 deletions
diff --git a/meta-phosphor/recipes-core/pam/libpam_%.bbappend b/meta-phosphor/recipes-core/pam/libpam_%.bbappend
deleted file mode 100644
index 65c608bea..000000000
--- a/meta-phosphor/recipes-core/pam/libpam_%.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += " file://pam.d/common-password \
- file://pam.d/common-account \
- file://pam.d/common-auth \
- "
-
-RDEPENDS_${PN}-runtime += "${MLPREFIX}pam-plugin-cracklib-${libpam_suffix} \
- ${MLPREFIX}pam-plugin-tally2-${libpam_suffix} \
- ${MLPREFIX}pam-plugin-pwhistory-${libpam_suffix} \
- "
diff --git a/meta-phosphor/recipes-core/pam/libpam/pam.d/common-account b/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-account
index 10cfc73ea..10cfc73ea 100644
--- a/meta-phosphor/recipes-core/pam/libpam/pam.d/common-account
+++ b/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-account
diff --git a/meta-phosphor/recipes-core/pam/libpam/pam.d/common-auth b/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-auth
index 4ac58fb54..4ac58fb54 100644
--- a/meta-phosphor/recipes-core/pam/libpam/pam.d/common-auth
+++ b/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-auth
diff --git a/meta-phosphor/recipes-core/pam/libpam/pam.d/common-password b/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-password
index f0f051802..f0f051802 100644
--- a/meta-phosphor/recipes-core/pam/libpam/pam.d/common-password
+++ b/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-password
diff --git a/meta-phosphor/recipes-extended/pam/libpam_%.bbappend b/meta-phosphor/recipes-extended/pam/libpam_%.bbappend
index 714496a94..f97664f20 100644
--- a/meta-phosphor/recipes-extended/pam/libpam_%.bbappend
+++ b/meta-phosphor/recipes-extended/pam/libpam_%.bbappend
@@ -1,3 +1,15 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += " file://pam.d/common-password \
+ file://pam.d/common-account \
+ file://pam.d/common-auth \
+ "
+
+RDEPENDS_${PN}-runtime += "${MLPREFIX}pam-plugin-cracklib-${libpam_suffix} \
+ ${MLPREFIX}pam-plugin-tally2-${libpam_suffix} \
+ ${MLPREFIX}pam-plugin-pwhistory-${libpam_suffix} \
+ "
+
do_install_append() {
# The libpam recipe will always add a pam_systemd.so line to
# common-session if systemd is enabled; however systemd only
diff --git a/meta-phosphor/recipes-core/pam/pam-ipmi_git.bb b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
index 2f17076a7..2f17076a7 100644
--- a/meta-phosphor/recipes-core/pam/pam-ipmi_git.bb
+++ b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
OpenPOWER on IntegriCloud