diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-06-02 22:44:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:31 +0100 |
commit | 2f1680f706b819de1f7989268e7c2a7aa391a5b9 (patch) | |
tree | 7356b87ff27a142b742a834918481dee768fe91d /meta | |
parent | 473f8839e62ba668d8f141abc6c979a9527ffa80 (diff) | |
download | poky-2f1680f706b819de1f7989268e7c2a7aa391a5b9.tar.gz |
libjpeg-turbo: whitespace fixes
Added the proper amount of blanks around equation-signs
(From OE-Core rev: 3ab229aafc62e039662adc1c89637ba9c5d4016c)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb index 1f49fd3d3b..62ad504270 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=13;md5=8184bcc7c4ac7b9edc6a7bc00f231 | |||
8 | file://djpeg.c;endline=11;md5=c59e19811c006cb38f82d6477134d314 \ | 8 | file://djpeg.c;endline=11;md5=c59e19811c006cb38f82d6477134d314 \ |
9 | " | 9 | " |
10 | DEPENDS_append_x86-64_class-target = " nasm-native" | 10 | DEPENDS_append_x86-64_class-target = " nasm-native" |
11 | DEPENDS_append_x86_class-target = " nasm-native" | 11 | DEPENDS_append_x86_class-target = " nasm-native" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
14 | file://0001-libjpeg-turbo-fix-package_qa-error.patch \ | 14 | file://0001-libjpeg-turbo-fix-package_qa-error.patch \ |
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "33dd8547efd5543639e890efbf2ef52d5a21df81faf41bb940657af916 | |||
19 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libjpeg-turbo/files/" | 19 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libjpeg-turbo/files/" |
20 | UPSTREAM_CHECK_REGEX = "/libjpeg-turbo/files/(?P<pver>(\d+[\.\-_]*)+)/" | 20 | UPSTREAM_CHECK_REGEX = "/libjpeg-turbo/files/(?P<pver>(\d+[\.\-_]*)+)/" |
21 | 21 | ||
22 | PE= "1" | 22 | PE = "1" |
23 | 23 | ||
24 | # Drop-in replacement for jpeg | 24 | # Drop-in replacement for jpeg |
25 | PROVIDES = "jpeg" | 25 | PROVIDES = "jpeg" |