diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-02-06 14:20:27 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:12 -0800 |
commit | 10703e5c6a51ef14b357c5c2021979ecedcaeb13 (patch) | |
tree | e4ddc0a3d5de2ff3f8a18f42fce75ab0ea4ba9d1 /meta-oe | |
parent | 3482f8973ec493337dd0f0a7d459c1861f951b4f (diff) | |
download | meta-openembedded-10703e5c6a51ef14b357c5c2021979ecedcaeb13.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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 2 |
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 21ef9fdc3..b10c23984 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 \ | |||
11 | SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" | 11 | SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | PV .= "gitr+" | 14 | PV .= "+git" |
15 | 15 | ||
16 | inherit cmake | 16 | inherit cmake |
17 | 17 | ||