diff --git a/meta/recipes-extended/pam/libpam_1.1.5.bb 
b/meta/recipes-extended/pam/libpam_1.1.5.bb
index 08ce1d1..48da73d 100644
--- a/meta/recipes-extended/pam/libpam_1.1.5.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.5.bb
@@ -13,7 +13,12 @@ PR = "r3"

  SRC_URI = 
"https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-${PV}.tar.bz2 \
             file://99_pam \
-           file://pam.d/* \
+           file://pam.d/common-account \
+           file://pam.d/common-auth \
+           file://pam.d/common-password \
+           file://pam.d/common-session \
+           file://pam.d/common-session-noninteractive \
+           file://pam.d/other \
             file://libpam-xtests.patch"

  SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch"


I fixed the other problem with this:

tuco% git diff
diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units.bb 
b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
index c9a6b67..b14862e 100644
--- a/meta-oe/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
@@ -7,7 +7,8 @@ PR = "r15"

  inherit allarch

-SRC_URI = "file://*.service"
+SRC_URI = "file://machineid.service \
+           file://run-postinsts.service"

  do_install() {
         install -d ${D}${systemd_unitdir}/system/basic.target.wants
