diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-13 09:07:21 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-18 09:08:11 -0700 |
| commit | d5bec49b73a656bc24a5f7176bbdb983b5eef91b (patch) | |
| tree | 8be8e31fb396e6acb2a9cfa3906ea13679684194 /meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |
| parent | 3b3e1565b811a4e90d81d37c5805f3edfd4205a4 (diff) | |
| download | meta-openembedded-d5bec49b73a656bc24a5f7176bbdb983b5eef91b.tar.gz | |
influxdb,etcd: Skip from building
Latest layer compatibility checks have been enhanced to check for
network access during non-fetch tasks and flag it as failure, which
is now happening for these recipes since it calls go module fetcher
during do_compile
Latest gomod fetcher has got improvements and can be used for these
recipes but it needs some work. Skip them until it is fixed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb')
| -rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 1 |
1 files changed, 1 insertions, 0 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 cc8161cc3d..580b92b3b3 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |||
| @@ -77,3 +77,4 @@ INITSCRIPT_PARAMS = "defaults" | |||
| 77 | SYSTEMD_SERVICE:${PN} = "influxdb.service" | 77 | SYSTEMD_SERVICE:${PN} = "influxdb.service" |
| 78 | 78 | ||
| 79 | CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected." | 79 | CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected." |
| 80 | SKIP_RECIPE[influxdb] ?= "QA Issue: task do_compile has network enabled" | ||
