diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:25 +0000 |
commit | e340a37bfd8810478a868cdf77b2111c87375253 (patch) | |
tree | 967543190c9d2a80a8a4c461da0d6d075c646795 /meta/recipes-extended | |
parent | bd52abba5fc028780497a74d41bd2e33a5723793 (diff) | |
download | poky-e340a37bfd8810478a868cdf77b2111c87375253.tar.gz |
cracklib: separate B and S
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first
(From OE-Core rev: 1d30280d1f40e5c4077ae56a9a60b5d210edf9bb)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cracklib/cracklib_2.9.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.2.bb b/meta/recipes-extended/cracklib/cracklib_2.9.2.bb index b66ca543b6..177ab27a2b 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.9.2.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.9.2.bb | |||
@@ -16,7 +16,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \ | |||
16 | SRC_URI[md5sum] = "559072fdfc095cdb763c4de3471a889e" | 16 | SRC_URI[md5sum] = "559072fdfc095cdb763c4de3471a889e" |
17 | SRC_URI[sha256sum] = "c1c899291d443e99d1aecfbc879e4ac9c0cbc265574f47b487842da11e9759f5" | 17 | SRC_URI[sha256sum] = "c1c899291d443e99d1aecfbc879e4ac9c0cbc265574f47b487842da11e9759f5" |
18 | 18 | ||
19 | inherit autotools-brokensep gettext | 19 | PR = "r1" |
20 | |||
21 | inherit autotools gettext | ||
20 | 22 | ||
21 | do_install_append_class-target() { | 23 | do_install_append_class-target() { |
22 | create-cracklib-dict -o ${D}${datadir}/cracklib/pw_dict ${D}${datadir}/cracklib/cracklib-small | 24 | create-cracklib-dict -o ${D}${datadir}/cracklib/pw_dict ${D}${datadir}/cracklib/cracklib-small |