diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-10-15 14:13:20 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-17 21:36:58 +0200 |
commit | d9d9b9e05494559cd9bbc3e1a727b216c569d469 (patch) | |
tree | 47a0c7e770af8ed4bb783f1901ee5fc3954169f2 | |
parent | ef170255da6e1671306e4512130d3e8a203c4dc1 (diff) | |
download | meta-openembedded-d9d9b9e05494559cd9bbc3e1a727b216c569d469.tar.gz |
libjpeg-turbo: update to 1.3.0 release (svn r988)
License files changes:
+ * This file was part of the Independent JPEG Group's software:
* Copyright (C) 1991-1998, Thomas G. Lane.
* Modified 2002-2009 by Guido Vollbeding.
- * Copyright (C) 2009-2011, D. R. Commander.
- * This file is part of the Independent JPEG Group's software.
+ * Modifications:
+ * Copyright (C) 2009-2011, 2013, D. R. Commander.
Update SRC_URI to match new SF layout.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index 4fd258fc1..9270cea1b 100644 --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb +++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | |||
@@ -3,13 +3,12 @@ HOMEPAGE = "http://libjpeg-turbo.org/" | |||
3 | 3 | ||
4 | LICENSE ="BSD-3-Clause" | 4 | LICENSE ="BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \ | 5 | LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \ |
6 | file://jpeglib.h;endline=14;md5=7bb9a39828a1b1e84acd4e8aec1e5532 \ | 6 | file://jpeglib.h;endline=14;md5=a08bb0a80f782a9f8da313cc4015ed6f \ |
7 | file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ | 7 | file://djpeg.c;endline=13;md5=03db065044529233c296324be85530ab \ |
8 | " | 8 | " |
9 | PV = "8d+1.2.1" | 9 | PV = "8d+1.3.0" |
10 | PR = "r2" | 10 | SRCREV = "988" |
11 | SRCREV = "837" | 11 | SRC_URI = "svn://svn.code.sf.net/p/libjpeg-turbo/code;protocol=svn;module=trunk" |
12 | SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;protocol=https;module=trunk" | ||
13 | 12 | ||
14 | S = "${WORKDIR}/trunk" | 13 | S = "${WORKDIR}/trunk" |
15 | 14 | ||