Compiling k3s failed with:
do_patch: Importing patch 'github.com.andreyvit.diff' with striplevel '1'

The problem is that github.com/andreyvit/diff ends up as 
github.com.andreyvit.diff
in the download folder which than matches the test in patch.py.

Not sure how you create this huge SRC_URI list. Probably it would be the
best to add the apply=no to all urls.

Signed-off-by: Adrian Freihofer <[email protected]>
---
 recipes-containers/k3s/k3s_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/k3s/k3s_git.bb 
b/recipes-containers/k3s/k3s_git.bb
index e2a3ffc..53a8677 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -219,7 +219,7 @@ SRC_URI += 
"git://github.com/alexflint/go-filemutex;name=go-filemutex;protocol=h
 # github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
 # [1] git ls-remote https://github.com/andreyvit/diff 
c7f18ee00883bfd3b00e0a2bf7607827e0148ad4 
 SRCREV_diff="c7f18ee00883bfd3b00e0a2bf7607827e0148ad4"
-SRC_URI += 
"git://github.com/andreyvit/diff;name=diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/andreyvit/diff"
+SRC_URI += 
"git://github.com/andreyvit/diff;name=diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/andreyvit/diff;apply=no"
 
 # github.com/andybalholm/cascadia v1.0.0
 # [1] git ls-remote https://github.com/andybalholm/cascadia 
901648c87902174f774fac311d7f176f8647bdaa 
-- 
2.35.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7134): 
https://lists.yoctoproject.org/g/meta-virtualization/message/7134
Mute This Topic: https://lists.yoctoproject.org/mt/90334188/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to