diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-11-15 17:43:35 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-26 01:07:20 +0100 |
commit | eef06e7cbed31dec67692fee36ccffc9e1a8658e (patch) | |
tree | 6ba8f667d4a333a58bf9dba62de7f2063c7d1507 /meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb | |
parent | c0eabbeccbed5644a072acc0c2c9f3025e372b8e (diff) | |
download | meta-openembedded-eef06e7cbed31dec67692fee36ccffc9e1a8658e.tar.gz |
flashrom: Remove redundant const qualifier
This is flagged by latest clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb')
-rw-r--r-- | meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb b/meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb index d3ec5780e..0edc68820 100644 --- a/meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb +++ b/meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb | |||
@@ -9,6 +9,7 @@ SRC_URI = "http://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \ | |||
9 | file://0001-Fix-compilation-on-aarch64.patch \ | 9 | file://0001-Fix-compilation-on-aarch64.patch \ |
10 | file://0002-Disable-Wtautological-pointer-compare-when-using-cla.patch \ | 10 | file://0002-Disable-Wtautological-pointer-compare-when-using-cla.patch \ |
11 | file://0003-remove-duplicate-const-qualifiers.patch \ | 11 | file://0003-remove-duplicate-const-qualifiers.patch \ |
12 | file://0001-ichspi.c-Fix-build-with-clang.patch \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | SRC_URI[md5sum] = "407e836c0a2b17ec76583cb6809f65e5" | 15 | SRC_URI[md5sum] = "407e836c0a2b17ec76583cb6809f65e5" |