diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 11:31:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-24 00:12:01 +0000 |
commit | 2065d3999de00f52b02170890153004611bc449e (patch) | |
tree | 9c918adeb87c9a58ebb0ad6f6912b36f10a73805 /meta/recipes-extended | |
parent | 68a738e5385e1e87620050de7ab84228175a1368 (diff) | |
download | poky-2065d3999de00f52b02170890153004611bc449e.tar.gz |
cracklib: Fix unpackaged files warning by disabling autodetected python
WARNING: For recipe cracklib, the following files/directories were installed but not shipped in any package:
WARNING: /usr/lib/python2.7
WARNING: /usr/lib/python2.7/site-packages
(From OE-Core rev: f9b184b9454da8374de7351af8619d0201d6f843)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cracklib/cracklib_2.8.18.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/cracklib/cracklib_2.8.18.bb b/meta/recipes-extended/cracklib/cracklib_2.8.18.bb index 31f808df36..ad8fd5b351 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.8.18.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.8.18.bb | |||
@@ -5,7 +5,9 @@ LICENSE = "LGPLv2.1+" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" |
6 | 6 | ||
7 | DEPENDS = "zlib" | 7 | DEPENDS = "zlib" |
8 | PR ="r3" | 8 | PR ="r4" |
9 | |||
10 | EXTRA_OECONF = "--without-python" | ||
9 | 11 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz" |
11 | 13 | ||