summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-15 12:00:48 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-16 07:26:08 -0800
commit72eb02d7a1605a84a9903767caa16428d625bf62 (patch)
tree997ca5f1b61e12ebe4d1818110fdbc207c226460 /meta-xilinx-core/recipes-devtools
parent98f8a0f585bb5b72d831a8ff7a85e8f2bcaf7014 (diff)
downloadmeta-xilinx-72eb02d7a1605a84a9903767caa16428d625bf62.tar.gz
python3-anytree: Set branch to resolve fetch warning
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools')
-rw-r--r--meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
index adf7b204..8bd6e6bc 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
+++ b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7 7
8DEPENDS += "python3-six" 8DEPENDS += "python3-six"
9 9
10SRC_URI = "git://github.com/c0fec0de/anytree.git;protocol=https" 10SRC_URI = "git://github.com/c0fec0de/anytree.git;branch=2.x.x;protocol=https"
11SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce" 11SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"