On Fri, Feb 08, 2013 at 03:33:08PM +0000, Paul Eggleton wrote:
> Signed-off-by: Paul Eggleton <[email protected]>
> ---
>  .../recipes-devtools/python/python-feedparser_5.1.3.bb   |   14 
> ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb
> 
> diff --git a/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb 
> b/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb
> new file mode 100644
> index 0000000..86e4fd6
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "Python Atom and RSS feed parser"
> +HOMEPAGE = "http://code.google.com/p/feedparser";
> +SECTION = "devel/python"
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=39082dbc030b4a3ee3e48e162eab408e"
> +
> +SRC_URI = "http://feedparser.googlecode.com/files/feedparser-${PV}.tar.bz2";
> +SRC_URI[md5sum] = "f8790accd379b578261cb5b0047bd20c"
> +SRC_URI[sha256sum] = 
> "91a28a76b5cbaf7457a22e47e04347568a1f21fac85c806867ac72d32aabe718"
> +
> +S = "${WORKDIR}/feedparser-${PV}"
> +
> +inherit distutils

Can you please check if the checksum was changed?

ERROR: Fetcher failure for URL: 
'http://feedparser.googlecode.com/files/feedparser-5.1.3.tar.bz2'. Checksum 
mismatch!
File: 
'/home/jenkins/oe/shr-core-branches/shr-core/downloads/feedparser-5.1.3.tar.bz2'
 has md5 checksum 6fb6372a1dc2f56d4d79d740b8f49f25 when 
f8790accd379b578261cb5b0047bd20c was expected
File: 
'/home/jenkins/oe/shr-core-branches/shr-core/downloads/feedparser-5.1.3.tar.bz2'
 has sha256 checksum 
7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b955e6dc3 when 
91a28a76b5cbaf7457a22e47e04347568a1f21fac85c806867ac72d32aabe718 was expected
If this change is expected (e.g. you have upgraded to a new version without 
updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "6fb6372a1dc2f56d4d79d740b8f49f25"
SRC_URI[sha256sum] = 
"7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b955e6dc3"

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to