diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-05-29 10:09:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-29 22:19:04 +0100 |
commit | 7dcb4452f38931114b11df15de8b0ab7e05f319e (patch) | |
tree | c1e9ee1b982427e966b83174e28e558fbb92408d /meta/recipes-extended | |
parent | 84de4f5b4030a25bbbf9d1adb663092c2f570b6e (diff) | |
download | poky-7dcb4452f38931114b11df15de8b0ab7e05f319e.tar.gz |
libpam: Avoid wildcards in the SRC_URI
Remove the wildcard from the SRC_URI. This causes problems when you .bbappend
and add a FILESEXTRAPATHS entry. The unpack task may be unable to find the
files to unpack leading to an error.
Avoid wildcards at all costs...
(From OE-Core rev: 6d3705123dd2f808a9778326aa04a2854f7b5378)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.6.bb | 7 |
1 files changed, 6 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 c355634478..73a8f88163 100644 --- a/meta/recipes-extended/pam/libpam_1.1.6.bb +++ b/meta/recipes-extended/pam/libpam_1.1.6.bb | |||
@@ -11,7 +11,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3" | |||
11 | 11 | ||
12 | SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ |
13 | file://99_pam \ | 13 | file://99_pam \ |
14 | file://pam.d/* \ | 14 | file://pam.d/common-account \ |
15 | file://pam.d/common-auth \ | ||
16 | file://pam.d/common-password \ | ||
17 | file://pam.d/common-session \ | ||
18 | file://pam.d/common-session-noninteractive \ | ||
19 | file://pam.d/other \ | ||
15 | file://libpam-xtests.patch \ | 20 | file://libpam-xtests.patch \ |
16 | file://destdirfix.patch \ | 21 | file://destdirfix.patch \ |
17 | file://fixsepbuild.patch \ | 22 | file://fixsepbuild.patch \ |