summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-02-06 14:20:27 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:58 +0200
commitac94ea5c214338eb7f92ea934642108fcc33bf9f (patch)
treea18fd3aa6656788d0bc8cde2d0b0007b7c12e157
parent91194cbb2b56123a35b27a3fc28cfebe9af6f47f (diff)
downloadmeta-openembedded-ac94ea5c214338eb7f92ea934642108fcc33bf9f.tar.gz
ne10: append +git instead of gitr+
* looks like a typo introduced in: https://git.openembedded.org/meta-openembedded/commit/?id=6e431331d18ded23a78e238ed40d03434e7719d9 * use +git as most other recipes are using Signed-off-by: Martin Jansa <martin.jansa@gmail.com> (cherry picked from commit 10703e5c6a51ef14b357c5c2021979ecedcaeb13) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-support/ne10/ne10_1.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
index 0e16b15c97..9d0db23bf8 100644
--- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
+++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/projectNe10/Ne10.git;branch=master;protocol=https \
11SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" 11SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14PV .= "gitr+${SRCPV}" 14PV .= "+git${SRCPV}"
15 15
16inherit cmake 16inherit cmake
17 17