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 4ce8e3681c..dc57afd0ad 100644
--- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb
+++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb
@@ -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"
