diff mbox series

[meta-oe,4/4] tailscale: drop the require of the generated files

Message ID 20260924055926.7886-4-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,1/4] rclone: drop the require of the generated files | expand

Commit Message

Markus Volk Sept. 24, 2026, 5:59 a.m. UTC
go-mod-update-modules includes the -licenses.inc and -go-mods.inc files
itself now, requiring them again includes them twice.

AI-Generated: Uses Claude Code (Claude Fable 5.1)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-connectivity/tailscale/tailscale_1.102.3.bb         | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb b/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb
index a8b47a8ed2..ac70e6fada 100644
--- a/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb
+++ b/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb
@@ -5,7 +5,6 @@  SECTION = "networking"
 
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=cadeae10a8856ddfdb129866b75b33e3"
-require ${BPN}-licenses.inc
 
 MAJOR_MINOR = "${@oe.utils.trim_version('${PV}', 2)}"
 SRC_URI = "git://github.com/tailscale/tailscale.git;protocol=https;branch=release-branch/${MAJOR_MINOR};destsuffix=${GO_SRCURI_DESTSUFFIX} \
@@ -14,7 +13,6 @@  SRC_URI = "git://github.com/tailscale/tailscale.git;protocol=https;branch=releas
            "
 SRCREV = "53a0d659afa51835dd7a9283873cca44261454f8"
 SRCREV_SHORT = "${@d.getVar('SRCREV')[:8]}"
-require ${BPN}-go-mods.inc
 
 GO_IMPORT = "tailscale.com"
 GO_INSTALL = "${GO_IMPORT}/cmd/tailscaled"