mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
cracklib: add new package
cracklib is a pro-active password checker library this commit add cracklib from scratch. Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
12
meta-lsb/packages/cracklib/cracklib_2.8.16.bb
Normal file
12
meta-lsb/packages/cracklib/cracklib_2.8.16.bb
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
DESCRIPTION = "A pro-active password checker library"
|
||||||
|
HOMEPAGE = "http://sourceforge.net/projects/cracklib"
|
||||||
|
|
||||||
|
LICENSE = "LGPLv2.1+"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
|
||||||
|
|
||||||
|
DEPENDS = ""
|
||||||
|
PR ="r0"
|
||||||
|
|
||||||
|
SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz"
|
||||||
|
|
||||||
|
inherit autotools gettext
|
||||||
Reference in New Issue
Block a user