]> code.ossystems Code Review - openembedded-core.git/commitdiff
cve-update-db: actually inherit native
authorRoss Burton <ross.burton@intel.com>
Thu, 18 Jul 2019 20:03:59 +0000 (21:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Jul 2019 15:16:31 +0000 (16:16 +0100)
The recipe was called -native but didn't inherit native.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/cve-update-db-native.bb

index 9047513dbdf1d586264f1018865dc69d130bdc5b..cabbde5066c0663c8babfb65903e7e3f04166322 100644 (file)
@@ -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