[5/21] libpam: Avoid wildcards in the SRC_URI
Submitted by Mark Hatle on May 29, 2013, 3:09 p.m.
|
Patch ID: 50713
Details
Commit Message
@@ -11,7 +11,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3"
SRC_URI = "http://linux-pam.org/library/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 \
file://destdirfix.patch \
file://fixsepbuild.patch \