diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-06-19 08:57:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-06 22:39:31 -0700 |
commit | c575193dbb700b493f987a43151318beeaea8ece (patch) | |
tree | 1cf1513df8d6db6d4d677ee61b47908d3927e867 | |
parent | 2c7e73d472f7268940af6a762b33ca69dcd8f9f5 (diff) | |
download | meta-openembedded-c575193dbb700b493f987a43151318beeaea8ece.tar.gz |
influxdb: Do not skip it anymore
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" | ||