> On Jul 27, 2015, at 1:53 PM, Andreas Müller <[email protected]> > wrote: > > The ImageMagick-6.9.1-9.tar.xz is gone again. > > To avoid somebody doing the same mistake as I did - updating to an unfinished > series - a note was dropped. Hopefully we don't see too many further patchsets > within this version... > > Signed-off-by: Andreas Müller <[email protected]> > --- > meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb > b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb > index e7c5374..d84d518 100644 > --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb > +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb > @@ -5,11 +5,14 @@ LIC_FILES_CHKSUM = > "file://LICENSE;md5=0887b670be7ef0c3cb37092b64d57514" > # FIXME: There are many more checked libraries. All should be added or > explicitly disabled to get consistent results. > DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype" > > -PATCHSET = "9" > +# Important note: tarballs for all patchsets within a version are deleted > when > +# a new pachset is created. To avoid multiple patches for each patchset, try > to > +# update to the last pachset of a version > +PATCHSET = “10"
the minor patchset updates are often, I wish there was more permanent place to store these tarballs on parent dir there is same file with out version info http://www.imagemagick.org/download/ImageMagick.tar.bz2 this will make SRC_URI static but obfuscate the situation even more. may be we should just start dumping the tarballs into sources.openembedded.org at the same time so we don’t have to upgrade the recipes as and when ImageMagick release plus it also fixes the problem on release branches where recipe upgrade may not be sought at all. > SRC_URI = > "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz > \ > " > -SRC_URI[md5sum] = "5a3a60d1dae65ee7b1cc88498e3a0008" > -SRC_URI[sha256sum] = > "83cd785caeb26a171e185b5deba2900c5b73e79c97364caa4c879d26c9f4a91b" > +SRC_URI[md5sum] = "cf5c663a31d0ca2975121d0803db0e61" > +SRC_URI[sha256sum] = > "22565464059376513869b6626982e0726a33788ccc7e19a08e55ff1683d4ff92" > > S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" > > -- > 2.1.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
