diff mbox series

[meta-oe] poco: fix branch

Message ID 20231211131938.127747-1-alexandre.belloni@bootlin.com
State Superseded, archived
Headers show
Series [meta-oe] poco: fix branch | expand

Commit Message

Alexandre Belloni Dec. 11, 2023, 1:19 p.m. UTC
From: Alexandre Belloni <alexandre.belloni@bootlin.com>

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>
---
 meta-oe/recipes-support/poco/poco_1.12.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj Dec. 13, 2023, 6:46 p.m. UTC | #1
Hi Alex,

Thanks for the patch. I did not take it since there already was
another upgrade patch [1] proposed which fixed this issue as well.
Please report if this issue still persists

[1] https://git.openembedded.org/meta-openembedded/commit/?id=bcc76585519c98a753cf90fa16b497be2c11f2d1

On Mon, Dec 11, 2023 at 5:19 AM <alexandre.belloni@bootlin.com> wrote:
>
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
>
> 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>
> ---
>  meta-oe/recipes-support/poco/poco_1.12.4.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-support/poco/poco_1.12.4.bb b/meta-oe/recipes-support/poco/poco_1.12.4.bb
> index 12532e4ef1b8..96817c140e76 100644
> --- a/meta-oe/recipes-support/poco/poco_1.12.4.bb
> +++ b/meta-oe/recipes-support/poco/poco_1.12.4.bb
> @@ -8,13 +8,13 @@ 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=1.12.4;protocol=https \
>             file://0001-Use-std-atomic-int-instead-of-std-atomic-bool.patch \
>             file://0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch \
>             file://0001-Fix-data-race-when-create-POSIX-thread.patch \
>             file://run-ptest \
>             "
> -SRCREV = "1211613642269b7d53bea58b02de7fcd25ece3b9"
> +SRCREV = "3572a1fb981672e2cd1d2533ffd836da7db0f414"
>
>  UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"
>
> --
> 2.43.0
>
Martin Jansa Dec. 16, 2023, 8:03 a.m. UTC | #2
On Wed, Dec 13, 2023 at 7:47 PM Khem Raj <raj.khem@gmail.com> wrote:

> Hi Alex,
>
> Thanks for the patch. I did not take it since there already was
> another upgrade patch [1] proposed which fixed this issue as well.
> Please report if this issue still persists


1211613642269b7d53bea58b02de7fcd25ece3b9 is still being used in nanbield
and mickledore where this patch would be useful, Adding armin to the thread.

langdale has the same issue but
with f1aefe34a46891b09230422bbc37465bc6d0a0d1 which also isn't in any
branch anymore
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/poco/poco_1.12.4.bb b/meta-oe/recipes-support/poco/poco_1.12.4.bb
index 12532e4ef1b8..96817c140e76 100644
--- a/meta-oe/recipes-support/poco/poco_1.12.4.bb
+++ b/meta-oe/recipes-support/poco/poco_1.12.4.bb
@@ -8,13 +8,13 @@  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=1.12.4;protocol=https \
            file://0001-Use-std-atomic-int-instead-of-std-atomic-bool.patch \
            file://0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch \
            file://0001-Fix-data-race-when-create-POSIX-thread.patch \
            file://run-ptest \
            "
-SRCREV = "1211613642269b7d53bea58b02de7fcd25ece3b9"
+SRCREV = "3572a1fb981672e2cd1d2533ffd836da7db0f414"
 
 UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"