[Buildroot] [PATCH] package/go-bootstrap-stage3: move missing patch

Yann E. MORIN yann.morin.1998 at free.fr
Tue Jun 18 20:12:16 UTC 2024


The patch was added in commit 25991c843c3f (package/go-bootstrap-stage3:
fix go-bootstrap when parent dir contains invalid .git). Then all the
go-compiler packages were moved to a common sub-directory, in commit
0290c543dec8 (package/go: new subdirectory for go variants).

However, the patch for commit 0290c543dec8 was sent to the mailing list
before 25991c843c3f was applied, so it could not have moved a fiel that
was only added later.

Move that file, now.

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
Cc: Thomas Perale <thomas.perale at mind.be>
Cc: Romain Naour <romain.naour at smile.fr>
---
 ...001-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename package/{ => go}/go-bootstrap-stage3/0001-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch (100%)

diff --git a/package/go-bootstrap-stage3/0001-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch b/package/go/go-bootstrap-stage3/0001-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch
similarity index 100%
rename from package/go-bootstrap-stage3/0001-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch
rename to package/go/go-bootstrap-stage3/0001-cmd-dist-set-buildvcs-false-when-building-go-bootstr.patch
-- 
2.45.1



More information about the buildroot mailing list