mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
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>
This commit is contained in:
@@ -201,7 +201,6 @@ RDEPENDS:packagegroup-meta-oe-crypto = "\
|
|||||||
RDEPENDS:packagegroup-meta-oe-crypto:remove:riscv32 = "botan"
|
RDEPENDS:packagegroup-meta-oe-crypto:remove:riscv32 = "botan"
|
||||||
|
|
||||||
RDEPENDS:packagegroup-meta-oe-dbs = "\
|
RDEPENDS:packagegroup-meta-oe-dbs = "\
|
||||||
influxdb \
|
|
||||||
leveldb \
|
leveldb \
|
||||||
libdbi \
|
libdbi \
|
||||||
lmdb \
|
lmdb \
|
||||||
|
|||||||
@@ -77,3 +77,4 @@ INITSCRIPT_PARAMS = "defaults"
|
|||||||
SYSTEMD_SERVICE:${PN} = "influxdb.service"
|
SYSTEMD_SERVICE:${PN} = "influxdb.service"
|
||||||
|
|
||||||
CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected."
|
CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected."
|
||||||
|
SKIP_RECIPE[influxdb] ?= "QA Issue: task do_compile has network enabled"
|
||||||
|
|||||||
@@ -70,3 +70,4 @@ do_install:append() {
|
|||||||
|
|
||||||
FILES:${PN}:append = " ${sysconfdir}/etcd.d/etcd-existing.conf"
|
FILES:${PN}:append = " ${sysconfdir}/etcd.d/etcd-existing.conf"
|
||||||
|
|
||||||
|
SKIP_RECIPE[etcd] ?= "QA Issue: task do_compile has network enabled"
|
||||||
|
|||||||
Reference in New Issue
Block a user