diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 15:11:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:18 +0100 |
commit | 2fda4c9b2eaf2ceb800789969f576554f4803f72 (patch) | |
tree | 0bd7b03c86ea21101d0466cc0cfd045b47b9358b /meta/recipes-devtools/cve-check-tool | |
parent | c90eea15433e2a990a7b7f1f2a37e346483ff2df (diff) | |
download | poky-2fda4c9b2eaf2ceb800789969f576554f4803f72.tar.gz |
cve-check-tool: fix upstream version check
(From OE-Core rev: 4f96180ef525ad2b2cad935bd7253a5a0a079ff4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cve-check-tool')
-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 1baadea8ec..6e35421ccb 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 | |||
@@ -14,6 +14,8 @@ SRC_URI = "https://github.com/ikeydoherty/${BPN}/releases/download/v${PV}/${BP}. | |||
14 | SRC_URI[md5sum] = "c5f4247140fc9be3bf41491d31a34155" | 14 | SRC_URI[md5sum] = "c5f4247140fc9be3bf41491d31a34155" |
15 | SRC_URI[sha256sum] = "b8f283be718af8d31232ac1bfc10a0378fb958aaaa49af39168f8acf501e6a5b" | 15 | SRC_URI[sha256sum] = "b8f283be718af8d31232ac1bfc10a0378fb958aaaa49af39168f8acf501e6a5b" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/ikeydoherty/cve-check-tool/releases" | ||
18 | |||
17 | DEPENDS = "libcheck glib-2.0 json-glib curl libxml2 sqlite3 openssl ca-certificates" | 19 | DEPENDS = "libcheck glib-2.0 json-glib curl libxml2 sqlite3 openssl ca-certificates" |
18 | 20 | ||
19 | RDEPENDS_${PN} = "ca-certificates" | 21 | RDEPENDS_${PN} = "ca-certificates" |