diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-18 21:03:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-19 16:19:14 +0100 |
commit | 047de6962ff0666f108ebdccd7c4a2b7492b4f5a (patch) | |
tree | 873054204fe1243d718089d35d62711eeec85d68 /meta/recipes-core | |
parent | 3cd004128d9b258636c2a95c6bb93969896c858f (diff) | |
download | poky-047de6962ff0666f108ebdccd7c4a2b7492b4f5a.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/cve-update-db-native.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/cve-update-db-native.bb b/meta/recipes-core/meta/cve-update-db-native.bb index 9047513dbd..cabbde5066 100644 --- a/meta/recipes-core/meta/cve-update-db-native.bb +++ b/meta/recipes-core/meta/cve-update-db-native.bb | |||
@@ -2,9 +2,8 @@ SUMMARY = "Updates the NVD CVE database" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | ||
4 | INHIBIT_DEFAULT_DEPS = "1" | 4 | INHIBIT_DEFAULT_DEPS = "1" |
5 | PACKAGES = "" | ||
6 | 5 | ||
7 | inherit nopackages | 6 | inherit native |
8 | 7 | ||
9 | deltask do_unpack | 8 | deltask do_unpack |
10 | deltask do_patch | 9 | deltask do_patch |