Signed-off-by: Derek Straka <[email protected]> --- meta-python/recipes-devtools/python/python-xlrd.inc | 4 ++-- .../python/{python-xlrd_0.9.4.bb => python-xlrd_1.0.0.bb} | 0 .../python/{python3-xlrd_0.9.4.bb => python3-xlrd_1.0.0.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-xlrd_0.9.4.bb => python-xlrd_1.0.0.bb} (100%) rename meta-python/recipes-devtools/python/{python3-xlrd_0.9.4.bb => python3-xlrd_1.0.0.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index 3c0d26d..a0dfb40 100644 --- a/meta-python/recipes-devtools/python/python-xlrd.inc +++ b/meta-python/recipes-devtools/python/python-xlrd.inc @@ -6,5 +6,5 @@ HOMEPAGE = "http://www.python-excel.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://xlrd/licences.py;md5=b59dace5cc1db604c4219100b0422811" -SRC_URI[md5sum] = "911839f534d29fe04525ef8cd88fe865" -SRC_URI[sha256sum] = "8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72" +SRC_URI[md5sum] = "9a91b688cd4945477ac28187a54f9a3b" +SRC_URI[sha256sum] = "0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069" diff --git a/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python-xlrd_1.0.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb rename to meta-python/recipes-devtools/python/python-xlrd_1.0.0.bb diff --git a/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python3-xlrd_1.0.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb rename to meta-python/recipes-devtools/python/python3-xlrd_1.0.0.bb -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
