From ac94ea5c214338eb7f92ea934642108fcc33bf9f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 6 Feb 2024 14:20:27 +0100 Subject: [PATCH] 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 (cherry picked from commit 10703e5c6a51ef14b357c5c2021979ecedcaeb13) Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" S = "${WORKDIR}/git" -PV .= "gitr+${SRCPV}" +PV .= "+git${SRCPV}" inherit cmake