[yocto] [PATCH][rrs] tools/rrs_distros.py: Fix distro_check.create_distro_packages_list call

Aníbal Limón anibal.limon at linux.intel.com
Mon Mar 28 10:33:18 PDT 2016


Now create_distro_packages_list requires d to be passed, this change was
done to enable proxy support into create_distro_packages_list function.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 rrs/tools/rrs_distros.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rrs/tools/rrs_distros.py b/rrs/tools/rrs_distros.py
index 9dd564a..46c1058 100755
--- a/rrs/tools/rrs_distros.py
+++ b/rrs/tools/rrs_distros.py
@@ -106,7 +106,7 @@ if __name__=="__main__":
 
         from oe import distro_check
         logger.debug("Downloading distro's package information ...")
-        distro_check.create_distro_packages_list(fetchdir)
+        distro_check.create_distro_packages_list(fetchdir, d)
         pkglst_dir = os.path.join(fetchdir, "package_lists")
 
         RecipeDistro.objects.filter(recipe__layerbranch = layerbranch).delete()
-- 
2.1.4




More information about the yocto mailing list