mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bd52abba5f
commit
e340a37bfd
@@ -16,7 +16,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "559072fdfc095cdb763c4de3471a889e"
|
||||
SRC_URI[sha256sum] = "c1c899291d443e99d1aecfbc879e4ac9c0cbc265574f47b487842da11e9759f5"
|
||||
|
||||
inherit autotools-brokensep gettext
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
do_install_append_class-target() {
|
||||
create-cracklib-dict -o ${D}${datadir}/cracklib/pw_dict ${D}${datadir}/cracklib/cracklib-small
|
||||
|
||||
Reference in New Issue
Block a user