mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
poco: fix branch
The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
f29290563c
commit
b0d67900ae
@ -8,11 +8,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4267f48fc738f50380cbeeb76f95cebc"
|
||||
# These dependencies are required by Foundation
|
||||
DEPENDS = "libpcre2 zlib"
|
||||
|
||||
SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \
|
||||
SRC_URI = "git://github.com/pocoproject/poco.git;branch=poco-1.12.4;protocol=https \
|
||||
file://0001-Use-std-atomic-int-instead-of-std-atomic-bool.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "1211613642269b7d53bea58b02de7fcd25ece3b9"
|
||||
SRCREV = "3572a1fb981672e2cd1d2533ffd836da7db0f414"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user