diff mbox series

[1/2] libnvme: upgrade 1.5 -> 1.6

Message ID 20231006155744.36093-1-cvubrugier@fastmail.fm
State Superseded
Headers show
Series [1/2] libnvme: upgrade 1.5 -> 1.6 | expand

Commit Message

Christophe Vu-Brugier Oct. 6, 2023, 3:57 p.m. UTC
From: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>

Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
---
 .../recipes-support/libnvme/{libnvme_1.5.bb => libnvme_1.6.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libnvme/{libnvme_1.5.bb => libnvme_1.6.bb} (94%)

Comments

Khem Raj Oct. 7, 2023, 11:45 p.m. UTC | #1
failed on musl see

https://errors.yoctoproject.org/Errors/Details/739389/

Below is point of failure, musl and glibc differ in ioctl API definition.

../git/test/ioctl/mock.c:117:5: error: conflicting types for 'ioctl'
  117 | int ioctl(int fd, unsigned long request, ...)
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/libnvme/1.6/recipe-sysroot/usr/include/sys/ioctl.h:115:5:
note: previous declaration is here
  115 | int ioctl (int, int, ...);
      |     ^

On Fri, Oct 6, 2023 at 8:58 AM Christophe Vu-Brugier
<cvubrugier@fastmail.fm> wrote:
>
> From: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
>
> Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
> ---
>  .../recipes-support/libnvme/{libnvme_1.5.bb => libnvme_1.6.bb}  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-support/libnvme/{libnvme_1.5.bb => libnvme_1.6.bb} (94%)
>
> diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.5.bb b/meta-oe/recipes-support/libnvme/libnvme_1.6.bb
> similarity index 94%
> rename from meta-oe/recipes-support/libnvme/libnvme_1.5.bb
> rename to meta-oe/recipes-support/libnvme/libnvme_1.6.bb
> index 4b6f1e30b..37e5d6301 100644
> --- a/meta-oe/recipes-support/libnvme/libnvme_1.5.bb
> +++ b/meta-oe/recipes-support/libnvme/libnvme_1.6.bb
> @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
>                      file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \
>                      file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2"
>  DEPENDS = "json-c"
> -SRCREV = "4fea83db8328ea788ea8f1001e8ce1cb80ef5fae"
> +SRCREV = "37a803cf77e224f66d86b1e1d9e74a15f55ea600"
>
>  SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master"
>
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#105370): https://lists.openembedded.org/g/openembedded-devel/message/105370
> Mute This Topic: https://lists.openembedded.org/mt/101800613/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.5.bb b/meta-oe/recipes-support/libnvme/libnvme_1.6.bb
similarity index 94%
rename from meta-oe/recipes-support/libnvme/libnvme_1.5.bb
rename to meta-oe/recipes-support/libnvme/libnvme_1.6.bb
index 4b6f1e30b..37e5d6301 100644
--- a/meta-oe/recipes-support/libnvme/libnvme_1.5.bb
+++ b/meta-oe/recipes-support/libnvme/libnvme_1.6.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
                     file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \
                     file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2"
 DEPENDS = "json-c"
-SRCREV = "4fea83db8328ea788ea8f1001e8ce1cb80ef5fae"
+SRCREV = "37a803cf77e224f66d86b1e1d9e74a15f55ea600"
 
 SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master"