@@ -3,7 +3,6 @@ HOMEPAGE = "https://www.influxdata.com/products/influxdb-overview/"
LICENSE = "MIT AND ${GO_MOD_LICENSES}"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=f39a8d10930fb37bd59adabb3b9d0bd6"
-require ${BPN}-licenses.inc
SRC_URI = "\
git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=${GO_SRCURI_DESTSUFFIX} \
@@ -12,7 +11,6 @@ SRC_URI = "\
file://influxdb \
file://influxdb.conf \
"
-require ${BPN}-go-mods.inc
SRCREV = "688e697c51fd5353725da078555adbeff0363d01"
@@ -22,7 +20,7 @@ GO_INSTALL = "\
${GO_IMPORT}/cmd/influxd \
"
-inherit go-mod pkgconfig systemd update-rc.d useradd
+inherit go-mod go-mod-update-modules pkgconfig systemd update-rc.d useradd
INITSCRIPT_PACKAGES = "${PN}"
INITSCRIPT_NAME = "influxdb"
The class includes the generated -licenses.inc and -go-mods.inc files itself and provides the update_modules task to regenerate them, so the recipe no longer needs to require them. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)