We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7898fcd commit 7be65efCopy full SHA for 7be65ef
recipes-connectivity/rclone/rclone_git.bb renamed to recipes-connectivity/rclone/rclone_1.66.0.bb
@@ -13,18 +13,7 @@ RDEPENDS:${PN}-dev = "\
13
inherit go-mod
14
15
GO_IMPORT = "github.com/rclone/rclone"
16
+GO_INSTALL = "${GO_IMPORT}"
17
-SRC_URI = "git://${GO_IMPORT};branch=master;protocol=https"
18
-SRCREV = "f8073a7b63b6c98b9fcc5ff1f6b1415ad1a22581"
+SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https;tag=v${PV}"
19
20
-PV = "1.58.0+git${SRCPV}"
21
-
22
-do_install:prepend(){
23
- rm -f ${B}/${GO_BUILD_BINDIR}/bin
24
- rm -f ${B}/${GO_BUILD_BINDIR}/build_csv
25
- rm -f ${B}/${GO_BUILD_BINDIR}/gen
26
- rm -f ${B}/${GO_BUILD_BINDIR}/test_all
27
- rm -f ${B}/${GO_BUILD_BINDIR}/test_vfs
28
-}
29
30
-INSANE_SKIP:${PN}-staticdev += "arch ldflags"
0 commit comments