diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-06-19 08:57:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-27 00:55:44 -0700 |
commit | 8ab2e2805207ec3f1f38c51c4c4a42542a4b2250 (patch) | |
tree | 601faa14ad4286cbaaa4122fbea9b589a6298b0f | |
parent | 851f181acf5ef4adcb0fcf085545057edfd28592 (diff) | |
download | meta-openembedded-master-next.tar.gz |
influxdb: Do not skip it anymoremaster-next
The gomod fetcher has all the needed modules in SRC_URI now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb index a82e1381de..5dd5644c4c 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |||
@@ -70,4 +70,3 @@ RDEPENDS:${PN} = "bash" | |||
70 | RDEPENDS:${PN}-dev = "bash" | 70 | RDEPENDS:${PN}-dev = "bash" |
71 | 71 | ||
72 | CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected." | 72 | CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected." |
73 | SKIP_RECIPE[influxdb] ?= "QA Issue: task do_compile has network enabled" | ||