diff options
author | André Draszik <git@andred.net> | 2016-09-28 13:05:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 16:51:15 +0100 |
commit | e01466f91c58aefe7f280bd3a653ea20230692d0 (patch) | |
tree | 7f94988e268b9b9d3ff72b549201d43fe1db25af /meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb | |
parent | 0466c81f91dc5ed425c2971b9ed882ab31b8d461 (diff) | |
download | poky-e01466f91c58aefe7f280bd3a653ea20230692d0.tar.gz |
cve-check-tool: report progress when downloading CVE database
We add a patch to report the progress, and at the same time
inform bitbake that progress can be extracted via the simple
'percent' progress handler.
(From OE-Core rev: 145a29ca99d9fec5eff97d77c8cff6356fe88ba5)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb')
-rw-r--r-- | meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb b/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb index 5bb22d16db..1baadea8ec 100644 --- a/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb +++ b/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb | |||
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e8c1458438ead3c34974bc0be3a03ed6" | |||
8 | 8 | ||
9 | SRC_URI = "https://github.com/ikeydoherty/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ | 9 | SRC_URI = "https://github.com/ikeydoherty/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ |
10 | file://check-for-malloc_trim-before-using-it.patch \ | 10 | file://check-for-malloc_trim-before-using-it.patch \ |
11 | file://0001-print-progress-in-percent-when-downloading-CVE-db.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "c5f4247140fc9be3bf41491d31a34155" | 14 | SRC_URI[md5sum] = "c5f4247140fc9be3bf41491d31a34155" |
@@ -48,5 +49,6 @@ do_populate_cve_db() { | |||
48 | 49 | ||
49 | addtask populate_cve_db after do_populate_sysroot | 50 | addtask populate_cve_db after do_populate_sysroot |
50 | do_populate_cve_db[nostamp] = "1" | 51 | do_populate_cve_db[nostamp] = "1" |
52 | do_populate_cve_db[progress] = "percent" | ||
51 | 53 | ||
52 | BBCLASSEXTEND = "native nativesdk" | 54 | BBCLASSEXTEND = "native nativesdk" |