[oe-commits] [openembedded-core] 02/20: cracklib: package all *.py* files

git at git.openembedded.org git at git.openembedded.org
Mon Feb 29 17:39:28 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 82581773e3d8246cc8ac52223c0b84cb12244098
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Sat Feb 27 23:16:29 2016 +0000

    cracklib: package all *.py* files
    
    Don't assume that we know precisely what Python files were installed as patching
    automake can change what optimised forms get installed.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/cracklib/cracklib_2.9.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
index 8c9063e..2e9eae6 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
@@ -42,7 +42,7 @@ do_install_append() {
 
 BBCLASSEXTEND = "native nativesdk"
 
-FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/cracklib.py \
+FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/cracklib.py* \
 	${PYTHON_SITEPACKAGES_DIR}/_cracklib.so \
     "
 FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_cracklib.a \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list