From patchwork Sat Dec 1 00:51:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-oe,2/3] gegl: update to 0.2.0 Date: Sat, 01 Dec 2012 00:51:20 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 40013 Message-Id: <1354323081-8405-2-git-send-email-schnitzeltony@googlemail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Müller --- .../gegl/{gegl_0.1.8.bb => gegl_0.2.0.bb} | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/gegl/{gegl_0.1.8.bb => gegl_0.2.0.bb} (68%) diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb similarity index 68% rename from meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb rename to meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb index 5ae2082..a68dc20 100644 --- a/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb +++ b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb @@ -7,9 +7,9 @@ inherit gnome EXTRA_OECONF = "--disable-docs " -SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "c8279b86b3d584ee4f503839fc500425" -SRC_URI[sha256sum] = "106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75" +SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.2/${PN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "32b00002f1f1e316115c4ed922e1dec8" +SRC_URI[sha256sum] = "df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426" FILES_${PN} += "${libdir}/gegl-*/*.so" FILES_${PN}-dev += "${libdir}/gegl-*/*.la"