diff options
author | Yu Ke <ke.yu@intel.com> | 2010-08-08 19:49:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-19 12:35:53 +0100 |
commit | ec22c6287cc26890669fea1b1bf8985e3517cd97 (patch) | |
tree | 6e8039a6b4678ade6a1526db628fa6197f437dd8 | |
parent | a57add5307479ce5a1a00937c5619461006aa3a6 (diff) | |
download | poky-ec22c6287cc26890669fea1b1bf8985e3517cd97.tar.gz |
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>
-rw-r--r-- | meta-lsb/packages/cracklib/cracklib_2.8.16.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-lsb/packages/cracklib/cracklib_2.8.16.bb b/meta-lsb/packages/cracklib/cracklib_2.8.16.bb new file mode 100644 index 0000000000..9789737f98 --- /dev/null +++ b/meta-lsb/packages/cracklib/cracklib_2.8.16.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "A pro-active password checker library" | ||
2 | HOMEPAGE = "http://sourceforge.net/projects/cracklib" | ||
3 | |||
4 | LICENSE = "LGPLv2.1+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | ||
6 | |||
7 | DEPENDS = "" | ||
8 | PR ="r0" | ||
9 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz" | ||
11 | |||
12 | inherit autotools gettext | ||