On 25 January 2013 16:09, Jeremy Stashluk <stash...@gmail.com> wrote: > --- > .../gstreamer/gst-plugins-gl_0.10.3.bb | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb > > diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb > b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb > new file mode 100644 > index 0000000..754efbe > --- /dev/null > +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb > @@ -0,0 +1,12 @@ > +require recipes-multimedia/gstreamer/gst-plugins.inc > + > +LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " > +LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" > + > +DEPENDS += "gst-plugins-base virtual/libgl" > + > +SRC_URI[md5sum] = "f066943621e9e18dc4b8e27e869a39cf8893aec9"
Actually tried it this time: WARNING: Missing sha256 SRC_URI checksum for /home/ross/Yocto/downloads/gst-plugins-gl-0.10.3.tar.bz2, consider adding to the recipe: SRC_URI[sha256sum] = "48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c429bf210" WARNING: Checksum failure encountered with download of http://gstreamer.freedesktop.org/src/gst-plugins-gl/gst-plugins-gl-0.10.3.tar.bz2 - will attempt other sources if available ERROR: Fetcher failure for URL: 'http://gstreamer.freedesktop.org/src/gst-plugins-gl/gst-plugins-gl-0.10.3.tar.bz2'. Checksum mismatch! File: '/home/ross/Yocto/downloads/gst-plugins-gl-0.10.3.tar.bz2' has md5 checksum ac70ede13f79978d56eaed8abaa3c938 when f066943621e9e18dc4b8e27e869a39cf8893aec9 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] = "ac70ede13f79978d56eaed8abaa3c938" SRC_URI[sha256sum] = "48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c429bf210" The corresponding .md5 file in the upstream downloads directory agrees that ac70... is the correct md5sum, so for some reason your hashes are stale. Ross _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core