From: Ross Burton Date: Wed, 6 Nov 2019 15:37:38 +0000 (+0200) Subject: cve-update-db: actually inherit native X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5eeafcb492daf63602f0e2ed4a12f755701597d7;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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" LICENSE = "MIT" INHIBIT_DEFAULT_DEPS = "1" -PACKAGES = "" -inherit nopackages +inherit native deltask do_unpack deltask do_patch