summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-06-04 10:21:36 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-04 22:35:09 -0400
commitecae19b89dc8a3728d18627ef74185b3fb20d694 (patch)
treed02360463c99a4db81bae087a3ac4f89830f2d9b
parentb54f05a85be5e2b80c111506b7c4d35d7d4eb54d (diff)
downloadmeta-virtualization-ecae19b89dc8a3728d18627ef74185b3fb20d694.tar.gz
yq_git: add back apply=no for SRC_URI diff
This apply=no was dropped during last upgrade. This causes do_patch error when using git shallow tarball. The original patch that added apply=no is: https://lists.yoctoproject.org/g/meta-virtualization/message/8804 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-devtools/yq/yq_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb
index 9682ec95..b1700bd2 100644
--- a/recipes-devtools/yq/yq_git.bb
+++ b/recipes-devtools/yq/yq_git.bb
@@ -25,7 +25,7 @@ SRCREV_text = "566b44fc931e2542778a18423c655ce99b4f1402"
25SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/golang.org/x/text" 25SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/golang.org/x/text"
26 26
27SRCREV_diff = "20ebb0f2a09e612109b224b32f79370409108bcc" 27SRCREV_diff = "20ebb0f2a09e612109b224b32f79370409108bcc"
28SRC_URI += "git://github.com/pkg/diff;name=diff;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/pkg/diff" 28SRC_URI += "git://github.com/pkg/diff;name=diff;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/pkg/diff;apply=no"
29 29
30SRCREV_color = "1c8d8706604ee5fb9a464e5097ba113101828a75" 30SRCREV_color = "1c8d8706604ee5fb9a464e5097ba113101828a75"
31SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/fatih/color" 31SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/fatih/color"