[OE-core] [PATCH 2/3] cve-update-db: actually inherit native

Ross Burton ross.burton at intel.com
Thu Jul 18 20:03:59 UTC 2019


The recipe was called -native but didn't inherit native.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/meta/cve-update-db-native.bb | 3 +--
 1 file changed, 1 insertion(+), 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 9047513dbdf..cabbde5066c 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
-- 
2.20.1



More information about the Openembedded-core mailing list