diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-17 12:19:04 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:12:04 -0800 |
| commit | f2df2701790374429264c8f40b75e48548d384e1 (patch) | |
| tree | 49ba05606d3b34d73d22d1ad9a90aaf7a5b0122c /meta-networking/recipes-support/ntp | |
| parent | 1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (diff) | |
| download | meta-openembedded-f2df2701790374429264c8f40b75e48548d384e1.tar.gz | |
recipes: Use new CVE_CHECK_IGNORE variable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ntp')
| -rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb index 4a719ae9c8..fe2bd0773c 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | |||
| @@ -29,7 +29,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g | |||
| 29 | SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19" | 29 | SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19" |
| 30 | 30 | ||
| 31 | # CVE-2016-9312 is only for windows. | 31 | # CVE-2016-9312 is only for windows. |
| 32 | CVE_CHECK_WHITELIST += "CVE-2016-9312" | 32 | CVE_CHECK_IGNORE += "CVE-2016-9312" |
| 33 | 33 | ||
| 34 | inherit autotools update-rc.d useradd systemd pkgconfig | 34 | inherit autotools update-rc.d useradd systemd pkgconfig |
| 35 | 35 | ||
