summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-09-28 13:05:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-30 16:51:15 +0100
commite01466f91c58aefe7f280bd3a653ea20230692d0 (patch)
tree7f94988e268b9b9d3ff72b549201d43fe1db25af /meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
parent0466c81f91dc5ed425c2971b9ed882ab31b8d461 (diff)
downloadpoky-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.bb2
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
9SRC_URI = "https://github.com/ikeydoherty/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ 9SRC_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
13SRC_URI[md5sum] = "c5f4247140fc9be3bf41491d31a34155" 14SRC_URI[md5sum] = "c5f4247140fc9be3bf41491d31a34155"
@@ -48,5 +49,6 @@ do_populate_cve_db() {
48 49
49addtask populate_cve_db after do_populate_sysroot 50addtask populate_cve_db after do_populate_sysroot
50do_populate_cve_db[nostamp] = "1" 51do_populate_cve_db[nostamp] = "1"
52do_populate_cve_db[progress] = "percent"
51 53
52BBCLASSEXTEND = "native nativesdk" 54BBCLASSEXTEND = "native nativesdk"