diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-26 21:56:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-26 23:57:23 +0100 |
commit | 8cd93743d763ac4895fa1d1578fd4ec972b22076 (patch) | |
tree | 8f0c37b4f590f6f8f86270d41222eaa4105a02a9 /meta-oe/recipes-core/jpeg | |
parent | b85b2dd813c1b0003d36a6954336431672c72103 (diff) | |
download | meta-openembedded-8cd93743d763ac4895fa1d1578fd4ec972b22076.tar.gz |
Quoting fixes
* We have various variables which are either not quoted at all or are
* half quoted. This patch fixes the bad exmaples so everything is consistent.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/jpeg')
-rw-r--r-- | meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index d6e3b03c4..76e2da4bf 100644 --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb +++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | |||
@@ -5,7 +5,7 @@ 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=7bb9a39828a1b1e84acd4e8aec1e5532 \ |
7 | file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ | 7 | file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ |
8 | 8 | " | |
9 | PV = "8c+1.2.0" | 9 | PV = "8c+1.2.0" |
10 | SRCREV = "733" | 10 | SRCREV = "733" |
11 | SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk" | 11 | SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk" |