diff mbox series

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

Message ID 20260924055926.7886-1-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>
---
 meta-oe/recipes-support/rclone/rclone_1.75.1.bb | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/rclone/rclone_1.75.1.bb b/meta-oe/recipes-support/rclone/rclone_1.75.1.bb
index ccf774359a..510c881dc9 100644
--- a/meta-oe/recipes-support/rclone/rclone_1.75.1.bb
+++ b/meta-oe/recipes-support/rclone/rclone_1.75.1.bb
@@ -6,9 +6,6 @@  LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/COPYING;md5=bed161b82a1ecab65ff7ba3c
 SRC_URI = "git://${GO_IMPORT};protocol=https;nobranch=1;tag=v${PV};destsuffix=${GO_SRCURI_DESTSUFFIX}"
 SRCREV = "687d264b689b8c49a67e2e52a8a5e0caa01c04ce"
 
-require ${BPN}-licenses.inc
-require ${BPN}-go-mods.inc
-
 GO_IMPORT = "github.com/rclone/rclone"
 GO_INSTALL = "${GO_IMPORT}"