[oe-commits] Robert Yang : cracklib: separate B and S

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:35 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 1d30280d1f40e5c4077ae56a9a60b5d210edf9bb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1d30280d1f40e5c4077ae56a9a60b5d210edf9bb

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jan 12 19:08:51 2015 -0800

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

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-extended/cracklib/cracklib_2.9.2.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.2.bb b/meta/recipes-extended/cracklib/cracklib_2.9.2.bb
index b66ca54..177ab27 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 \
 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



More information about the Openembedded-commits mailing list