Looks like 1.34.2 was imported from meta-oe, but there was 1.38.0 version
(as removed in
https://git.openembedded.org/meta-openembedded/commit/?id=4413f4cb70a5a4cf11c2f9c1881c4506860c588c)
causing downgrade as shown by QA checks like:
log.world-all.qemux86-64:ERROR: libuv-1.34.2-r0 do_packagedata_setscene: QA
Issue: Package version for package libuv-src went backwards which would
break package feeds (from 0:1.38.0-r0 to 0:1.34.2-r0)
[version-going-backwards]
log.world-all.qemux86-64:ERROR: libuv-1.34.2-r0 do_packagedata_setscene: QA
Issue: Package version for package libuv-dbg went backwards which would
break package feeds (from 0:1.38.0-r0 to 0:1.34.2-r0)
[version-going-backwards]
log.world-all.qemux86-64:ERROR: libuv-1.34.2-r0 do_packagedata_setscene: QA
Issue: Package version for package libuv-staticdev went backwards which
would break package feeds (from 0:1.38.0-r0 to 0:1.34.2-r0)
[version-going-backwards]
log.world-all.qemux86-64:ERROR: libuv-1.34.2-r0 do_packagedata_setscene: QA
Issue: Package version for package libuv-dev went backwards which would
break package feeds (from 0:1.38.0-r0 to 0:1.34.2-r0)
[version-going-backwards]
log.world-all.qemux86-64:ERROR: libuv-1.34.2-r0 do_packagedata_setscene: QA
Issue: Package version for package libuv-doc went backwards which would
break package feeds (from 0:1.38.0-r0 to 0:1.34.2-r0)
[version-going-backwards]
log.world-all.qemux86-64:ERROR: libuv-1.34.2-r0 do_packagedata_setscene: QA
Issue: Package version for package libuv-locale went backwards which would
break package feeds (from 0:1.38.0-r0 to 0:1.34.2-r0)
[version-going-backwards]
log.world-all.qemux86-64:ERROR: libuv-1.34.2-r0 do_packagedata_setscene: QA
Issue: Package version for package libuv went backwards which would break
package feeds (from 0:1.38.0-r0 to 0:1.34.2-r0) [version-going-backwards]

these 3 meta-oe commits are now missing in oe-core:
https://git.openembedded.org/meta-openembedded/commit/?id=e03b48481438c747322f07ac1e1f04add541ffac
https://git.openembedded.org/meta-openembedded/commit/?id=9b61f412d36b390f8d71ad1fb5875f5f6e32fd8a
https://git.openembedded.org/meta-openembedded/commit/?id=644ea1ee145902b00e4e66856ebe8d8800dfc1f0

On Mon, Jun 22, 2020 at 4:19 PM akuster <[email protected]> wrote:

> From: Armin Kuster <[email protected]>
>
> Signed-off-by: Armin Kuster <[email protected]>
> ---
>  meta/conf/distro/include/maintainers.inc      |  1 +
>  .../libuv/libuv_1.34.2.bb                     | 19 +++++++++++++++++++
>  2 files changed, 20 insertions(+)
>  create mode 100644 meta/recipes-connectivity/libuv/libuv_1.34.2.bb
>
> diff --git a/meta/conf/distro/include/maintainers.inc
> b/meta/conf/distro/include/maintainers.inc
> index 6496a48e40..fc1b5272da 100644
> --- a/meta/conf/distro/include/maintainers.inc
> +++ b/meta/conf/distro/include/maintainers.inc
> @@ -393,6 +393,7 @@ RECIPE_MAINTAINER_pn-liburcu = "Alexander Kanavin <
> [email protected]>"
>  RECIPE_MAINTAINER_pn-liburi-perl = "Tim Orling <
> [email protected]>"
>  RECIPE_MAINTAINER_pn-libusb1 = "Anuj Mittal <[email protected]>"
>  RECIPE_MAINTAINER_pn-libubootenv = "Stefano Babic <[email protected]>"
> +RECIPE_MAINTAINER_pn-libuv = "Armin Kuster <[email protected]>"
>  RECIPE_MAINTAINER_pn-libva = "Anuj Mittal <[email protected]>"
>  RECIPE_MAINTAINER_pn-libva-initial = "Anuj Mittal <[email protected]
> >"
>  RECIPE_MAINTAINER_pn-libva-utils = "Anuj Mittal <[email protected]>"
> diff --git a/meta/recipes-connectivity/libuv/libuv_1.34.2.bb
> b/meta/recipes-connectivity/libuv/libuv_1.34.2.bb
> new file mode 100644
> index 0000000000..234cec37bb
> --- /dev/null
> +++ b/meta/recipes-connectivity/libuv/libuv_1.34.2.bb
> @@ -0,0 +1,19 @@
> +SUMMARY = "A multi-platform support library with a focus on asynchronous
> I/O"
> +HOMEPAGE = "https://github.com/libuv/libuv";
> +BUGTRACKER = "https://github.com/libuv/libuv/issues";
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
> +
> +SRCREV = "f868c9ab0c307525a16fff99fd21e32a6ebc3837"
> +SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools
> +
> +do_configure() {
> +    ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
> +    oe_runconf
> +}
> +
> +BBCLASSEXTEND = "native"
> --
> 2.17.1
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140011): 
https://lists.openembedded.org/g/openembedded-core/message/140011
Mute This Topic: https://lists.openembedded.org/mt/75039171/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to