Skip to content

Commit 7be65ef

Browse files
committed
rclone: update for version 1.66.0
Signed-off-by: Scott Ware <[email protected]>
1 parent 7898fcd commit 7be65ef

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

recipes-connectivity/rclone/rclone_git.bb renamed to recipes-connectivity/rclone/rclone_1.66.0.bb

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,7 @@ RDEPENDS:${PN}-dev = "\
1313
inherit go-mod
1414

1515
GO_IMPORT = "github.com/rclone/rclone"
16+
GO_INSTALL = "${GO_IMPORT}"
1617

17-
SRC_URI = "git://${GO_IMPORT};branch=master;protocol=https"
18-
SRCREV = "f8073a7b63b6c98b9fcc5ff1f6b1415ad1a22581"
18+
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https;tag=v${PV}"
1919

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

Comments
 (0)