In addition to the source URL having to be update upstream changed the directory structure found in the tarball, updates reflect this.
Signed-off-by: Mark Asselstine <[email protected]> --- meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb index 27d23e5..1afc76e 100644 --- a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90" PR = "r1" SRCNAME = "amqplib" -SRC_URI = "http://py-${SRCNAME}.googlecode.com/files/${SRCNAME}-${PV}.tgz" +SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz" -SRC_URI[md5sum] = "5c92f17fbedd99b2b4a836d4352d1e2f" -SRC_URI[sha256sum] = "843d69b681a60afd21fbf50f310404ec67fcdf9d13dfcf6e9d41f3b456217e5b" +SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" +SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" -S = "${WORKDIR}/${SRCNAME}-${PV}" +S = "${WORKDIR}/py-amqplib-${PV}" inherit setuptools -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
