mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
cve-update-db: actually inherit native
The recipe was called -native but didn't inherit native. (From OE-Core rev: f0d822fad2a163d1ee32ed3b4c0359245140e19b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3cd004128d
commit
047de6962f
@@ -2,9 +2,8 @@ SUMMARY = "Updates the NVD CVE database"
|
||||
LICENSE = "MIT"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
PACKAGES = ""
|
||||
|
||||
inherit nopackages
|
||||
inherit native
|
||||
|
||||
deltask do_unpack
|
||||
deltask do_patch
|
||||
|
||||
Reference in New Issue
Block a user