summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-06 17:37:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-07 19:47:26 +0000
commitc65db649004d9067332d337fe6c6759322387edf (patch)
tree83a79e03328f931202229b5976367c3a7280110b
parent8249f1421714cf860b4eef69df43678d8640c17e (diff)
downloadpoky-c65db649004d9067332d337fe6c6759322387edf.tar.gz
cve-update-db: actually inherit native
The recipe was called -native but didn't inherit native. (From OE-Core rev: f0d822fad2a163d1ee32ed3b4c0359245140e19b) (From OE-Core rev: 5eeafcb492daf63602f0e2ed4a12f755701597d7) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/cve-update-db-native.bb3
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 35f74722cf..9470cbe4a8 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"
2LICENSE = "MIT" 2LICENSE = "MIT"
3 3
4INHIBIT_DEFAULT_DEPS = "1" 4INHIBIT_DEFAULT_DEPS = "1"
5PACKAGES = ""
6 5
7inherit nopackages 6inherit native
8 7
9deltask do_unpack 8deltask do_unpack
10deltask do_patch 9deltask do_patch