[yocto] [meta-measured][PATCH 5/7] pcr-calc: Use site-packages	instead of dist-packages
    Saul Wold 
    sgw at linux.intel.com
       
    Fri Nov  1 15:02:31 PDT 2013
    
    
  
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 recipes-txt/pcr-calc/pcr-calc_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-txt/pcr-calc/pcr-calc_git.bb b/recipes-txt/pcr-calc/pcr-calc_git.bb
index 60d6e7f..44c5765 100644
--- a/recipes-txt/pcr-calc/pcr-calc_git.bb
+++ b/recipes-txt/pcr-calc/pcr-calc_git.bb
@@ -13,6 +13,6 @@ SRC_URI += " \
     git://github.com/flihp/pcr-calc.git \
 "
 SRCREV = "master"
-FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/dist-packages/pcr-calc"
+FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/site-packages/pcr-calc"
 
 inherit autotools
-- 
1.8.3.1
    
    
More information about the yocto
mailing list