diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-14 17:25:23 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-10-15 16:59:45 -0400 |
commit | 2e3126c9c16bb3df0560f6b3896d01539a3bfad7 (patch) | |
tree | 0de9f309455d10d4b7da2b17376305ddde0e4f64 | |
parent | 304585159f81df8def6ec195e4e701a157445dae (diff) | |
download | meta-openembedded-2e3126c9c16bb3df0560f6b3896d01539a3bfad7.tar.gz |
xmlrpc-c: update SRCREV
* github repo was force pushed and git history re-written since 2018 commit:
69ee98df Release 1.43.07
* $ git branch -a --contains 352aeaa9ae49e90e55187cbda839f2113df06278
$
* $ git diff 352aeaa9ae49e90e55187cbda839f2113df06278 08b052692b70171a6fcb437d4f52a46977eda62e
$
* so at least the 1.59.01 content is the same
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb index 5d5152b834..b667507ef9 100644 --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \ | |||
10 | file://0002-fix-formatting-issues.patch \ | 10 | file://0002-fix-formatting-issues.patch \ |
11 | " | 11 | " |
12 | #Release 1.59.01 | 12 | #Release 1.59.01 |
13 | SRCREV = "352aeaa9ae49e90e55187cbda839f2113df06278" | 13 | SRCREV = "08b052692b70171a6fcb437d4f52a46977eda62e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git/stable" | 15 | S = "${WORKDIR}/git/stable" |
16 | 16 | ||