diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-15 12:00:48 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-16 07:26:08 -0800 |
| commit | 72eb02d7a1605a84a9903767caa16428d625bf62 (patch) | |
| tree | 997ca5f1b61e12ebe4d1818110fdbc207c226460 | |
| parent | 98f8a0f585bb5b72d831a8ff7a85e8f2bcaf7014 (diff) | |
| download | meta-xilinx-72eb02d7a1605a84a9903767caa16428d625bf62.tar.gz | |
python3-anytree: Set branch to resolve fetch warning
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb | 2 |
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 | ||
| 8 | DEPENDS += "python3-six" | 8 | DEPENDS += "python3-six" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/c0fec0de/anytree.git;protocol=https" | 10 | SRC_URI = "git://github.com/c0fec0de/anytree.git;branch=2.x.x;protocol=https" |
| 11 | SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce" | 11 | SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
