diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-04-27 19:05:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:50:15 +0100 |
commit | a50ffe6359d3f015e6239cacba155e3065eda054 (patch) | |
tree | 6ab28d9096abb1d9a98e15fdc3acd4155dc6a492 /meta/recipes-extended/cracklib/cracklib_2.8.22.bb | |
parent | a28959eae74049c2d3719a3fe1bd8cce2a2edbe1 (diff) | |
download | poky-a50ffe6359d3f015e6239cacba155e3065eda054.tar.gz |
craklib:fix testnum and teststr failed
Error log:
...
$ ./testnum
(null).pwd.gz: No such file or directory
PWOpen: No such file or directory
$ ./util/teststr
(null).pwd.gz: No such file or directory
PWOpen: No such file or directory
...
Set DEFAULT_CRACKLIB_DICT as the path of PWOpen
(From OE-Core rev: 9c78d2ef5291b29fa313f9d4bf6a81c395207d69)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cracklib/cracklib_2.8.22.bb')
-rw-r--r-- | meta/recipes-extended/cracklib/cracklib_2.8.22.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/cracklib/cracklib_2.8.22.bb b/meta/recipes-extended/cracklib/cracklib_2.8.22.bb index 349c74f7a9..ae5abc4ece 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.8.22.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.8.22.bb | |||
@@ -11,7 +11,8 @@ PR ="r0" | |||
11 | EXTRA_OECONF = "--without-python" | 11 | EXTRA_OECONF = "--without-python" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \ |
14 | file://0001-packlib.c-support-dictionary-byte-order-dependent.patch" | 14 | file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \ |
15 | file://0002-craklib-fix-testnum-and-teststr-failed.patch" | ||
15 | 16 | ||
16 | SRC_URI[md5sum] = "463177b5c29c7a598c991e12a4898e06" | 17 | SRC_URI[md5sum] = "463177b5c29c7a598c991e12a4898e06" |
17 | SRC_URI[sha256sum] = "feaff49bfb513ec10b2618c00d2f7f60776ba93fcc5fa22dd3479dd9cad9f770" | 18 | SRC_URI[sha256sum] = "feaff49bfb513ec10b2618c00d2f7f60776ba93fcc5fa22dd3479dd9cad9f770" |