diff options
-rw-r--r-- | meta/recipes-extended/cracklib/cracklib_2.9.3.bb (renamed from meta/recipes-extended/cracklib/cracklib_2.9.2.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.2.bb b/meta/recipes-extended/cracklib/cracklib_2.9.3.bb index fceca5445e..51afc45242 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.9.2.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.9.3.bb @@ -15,10 +15,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \ file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \ file://0002-craklib-fix-testnum-and-teststr-failed.patch" -SRC_URI[md5sum] = "559072fdfc095cdb763c4de3471a889e" -SRC_URI[sha256sum] = "c1c899291d443e99d1aecfbc879e4ac9c0cbc265574f47b487842da11e9759f5" - -PR = "r1" +SRC_URI[md5sum] = "1e18ed9a593719af71b6440f16f91182" +SRC_URI[sha256sum] = "9c55afcdc01ae90aad0af0f9e4de0db9ba2fadf88cdf3a585a08a3530d25dba5" inherit autotools gettext pythonnative python-dir |