From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../cri-o/files/0001-Makefile-force-symlinks.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 external/meta-virtualization/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch (limited to 'external/meta-virtualization/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch') diff --git a/external/meta-virtualization/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch b/external/meta-virtualization/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch new file mode 100644 index 00000000..0b106e41 --- /dev/null +++ b/external/meta-virtualization/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch @@ -0,0 +1,26 @@ +From 53371afbf0f20a1651ee6f2406cd2be056a31066 Mon Sep 17 00:00:00 2001 +From: Bruce Ashfield +Date: Thu, 1 Nov 2018 11:17:05 -0400 +Subject: [PATCH] Makefile: force symlinks + +Signed-off-by: Bruce Ashfield +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/import/Makefile b/src/import/Makefile +index cf37bec..68c8eeb 100644 +--- a/src/import/Makefile ++++ b/src/import/Makefile +@@ -66,7 +66,7 @@ help: + .gopathok: + ifeq ("$(wildcard $(GOPKGDIR))","") + mkdir -p "$(GOPKGBASEDIR)" +- ln -s "$(CURDIR)" "$(GOPKGDIR)" ++ ln -sf "$(CURDIR)" "$(GOPKGDIR)" + endif + touch "$(GOPATH)/.gopathok" + +-- +2.7.4 + -- cgit 1.2.3-korg