diff mbox series

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

Message ID 20260924055926.7886-2-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-extended/simpleiot/simpleiot_0.18.5.bb | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb b/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb
index e852e3d3e5..736c3554f0 100644
--- a/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb
+++ b/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb
@@ -10,9 +10,6 @@  SRC_URI = "git://${GO_IMPORT};protocol=https;branch=master;destsuffix=${GO_SRCUR
 
 SRCREV = "9addf01e40eae111f59c822141a47aa87caf04b6"
 
-require ${BPN}-licenses.inc
-require ${BPN}-go-mods.inc
-
 LIC_FILES_CHKSUM:remove:riscv64 = "file://pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec/LICENSE;md5=591778525c869cdde0ab5a1bf283cd81;spdx=BSD-3-Clause"
 
 GO_IMPORT = "github.com/simpleiot/simpleiot"