From patchwork Tue Jan 24 02:37:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18531 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4A8DC25B50 for ; Tue, 24 Jan 2023 02:38:06 +0000 (UTC) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web11.6200.1674527880179940931 for ; Mon, 23 Jan 2023 18:38:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=UsHEo4AM; spf=pass (domain: gmail.com, ip: 209.85.210.180, mailfrom: raj.khem@gmail.com) Received: by mail-pf1-f180.google.com with SMTP id c26so10283535pfp.10 for ; Mon, 23 Jan 2023 18:38:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Hg/K2Qnvij9tmy8l4TP+n3eymVESjjYqxK+Jjvrt31M=; b=UsHEo4AMlDDJFlBCKO4U9sevcCzyOZLahVds7wH5cArEIG/JdQsP8AFgaMQmYhf17r 1sZUcnnsiI8Qm9WxWML/pxOSmfN4nO6vjeS2BiyGtP7YO7BzkpBoSjWDCWgTeMJx9RFo ABOb09kNcEnXvNJZzDxCa+Fj6eadmKkpqbuhVSPkA8lfIyGZ2n3NbApGP/3ajJsZuvAc Bp4vi5qvkz3VCq8hf3kUll8y/dY9onuJwPuoArBxgi82FdAy3SuW6tMTl+flzRCbf90C uX3iv+D9CuHTNniFOP382JcgqRpV0T7q5siZWwsqZC3u2/zHkH2fddNcxtLBfjUwZeW/ 9UiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Hg/K2Qnvij9tmy8l4TP+n3eymVESjjYqxK+Jjvrt31M=; b=Z6oJeQGUbAq2b23rkUXHSkzXgtU40Onyl/kEQVH2HxwT28LcQGg6U4+TDOsSfgnL8S wYR6tOpbR6N7jbXj/BBCUFzx/0F3JW+DYKcK9S77PRHKzmDU24/ph+ZMrm98Cu7OrLgp RH3NWpMhRvJO/zu7OLj9CfUgCzqwZNpOCvjAwHcVrNLd/x8fOa4TU1uEUQOBQVNqm/NH jHjqb/c5/MfHdgUIPh/v5pp/rZD4f2yJVKWbFd/Tv6tvsRlsNZD1usi1dmjU8Opp6som sj22kAFCRWXo7eYsKRnMTxfnGMBJwVTu0/D/fJuQfrOx9uUIaQcF/ggH+mdbN0uWltyr wBzw== X-Gm-Message-State: AFqh2kpSSsO7aF6pD2BOwzkQtiYXXnSr+0flWAC42CZMEwVFZJfWghiD 3IFd+0YJLHTVYDMplzXeQtfSjSuUOSnjgA== X-Google-Smtp-Source: AMrXdXvFYIA8QGyB7Azjcdj82iXze1WKjiePY85kORXiBoxmRFwyy9EAAm5FuxGrsNTSg4G2h5kZBg== X-Received: by 2002:a05:6a00:2191:b0:581:19ed:78b9 with SMTP id h17-20020a056a00219100b0058119ed78b9mr35495863pfi.2.1674527879314; Mon, 23 Jan 2023 18:37:59 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id b26-20020aa78eda000000b0058b9c9def36sm289810pfr.139.2023.01.23.18.37.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Jan 2023 18:37:58 -0800 (PST) From: Khem Raj To: openembedded-core@lists.openembedded.org Cc: Khem Raj Subject: [PATCH 1/3] harfbuzz: Add missing and includes Date: Mon, 23 Jan 2023 18:37:54 -0800 Message-Id: <20230124023756.543982-1-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 24 Jan 2023 02:38:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/176321 Signed-off-by: Khem Raj --- ...subset-threads.cc-add-missing-cstdio.patch | 34 +++++++++++++++++++ .../harfbuzz/harfbuzz_6.0.0.bb | 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/0001-test-threads-hb-subset-threads.cc-add-missing-cstdio.patch diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-test-threads-hb-subset-threads.cc-add-missing-cstdio.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-test-threads-hb-subset-threads.cc-add-missing-cstdio.patch new file mode 100644 index 0000000000..13819f5cf8 --- /dev/null +++ b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-test-threads-hb-subset-threads.cc-add-missing-cstdio.patch @@ -0,0 +1,34 @@ +From 7dfa672dac958bdbc7703ab0920e167eaa126754 Mon Sep 17 00:00:00 2001 +From: Sergei Trofimovich +Date: Mon, 16 Jan 2023 19:49:53 +0000 +Subject: [PATCH] test/threads/hb-subset-threads.cc: add missing include + +This week's `gcc-13` snapshot cleaned further up it's standard headers +and exposed missing declaration as a build failure: + + ../test/threads/hb-subset-threads.cc: In function 'void test_operation(operation_t, const char*, const test_input_t&)': + ../test/threads/hb-subset-threads.cc:127:3: error: 'printf' was not declared in this scope + + ../test/threads/hb-subset-threads.cc: In function 'int main(int, char**)': + ../test/threads/hb-subset-threads.cc:157:19: error: 'atoi' was not declared in this scope + +Upstream-Status: Backport [https://github.com/harfbuzz/harfbuzz/commit/7dfa672dac958bdbc7703ab0920e167eaa126754] +Signed-off-by: Khem Raj +--- + test/threads/hb-subset-threads.cc | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/test/threads/hb-subset-threads.cc b/test/threads/hb-subset-threads.cc +index 9d86d8d51..f0e4b7e2a 100644 +--- a/test/threads/hb-subset-threads.cc ++++ b/test/threads/hb-subset-threads.cc +@@ -1,4 +1,6 @@ + #include ++#include ++#include + #include + #include + #include +-- +2.39.1 + diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb index ae54bad643..1fce127d07 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb @@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ee0f16281694fb6aa689cca1e0fb3da \ file://src/hb-ucd.cc;beginline=1;endline=15;md5=29d4dcb6410429195df67efe3382d8bc \ " -SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" +SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz \ + file://0001-test-threads-hb-subset-threads.cc-add-missing-cstdio.patch" SRC_URI[sha256sum] = "1d1010a1751d076d5291e433c138502a794d679a7498d1268ee21e2d4a140eb4" inherit meson pkgconfig lib_package gtk-doc gobject-introspection github-releases From patchwork Tue Jan 24 02:37:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18532 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C31AEC05027 for ; Tue, 24 Jan 2023 02:38:06 +0000 (UTC) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) by mx.groups.io with SMTP id smtpd.web11.6201.1674527881012518455 for ; Mon, 23 Jan 2023 18:38:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Y8kTcazP; spf=pass (domain: gmail.com, ip: 209.85.215.177, mailfrom: raj.khem@gmail.com) Received: by mail-pg1-f177.google.com with SMTP id 36so10412524pgp.10 for ; Mon, 23 Jan 2023 18:38:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=0m/xBa+aHHaUFrcKwW9NhhCCBB2RugMgzLVJ80xxWpE=; b=Y8kTcazPrAofyS7qeSuytjZQ6K3CtAu/8fCN5sz4qCmR1d8+e0WevTRdpWnxMbEBFR mARAh1ny3pqrOdk6KfdmykczFWxrQNLl1n9nCjLZW9tyGtkV91zR2hSD6d/FwrQktq6K xB/iG7PRBw+DzLzUjFp1V2sgmYrpfaRnj1kfJ58t7ywJ4NHiWJwv7spR6kAv4iA/fyG9 yMQojgMzPY0etdFo113hck0YNJlc2SRBZIsfrcdq7zG/LtAwN7Gfc3va7mPKEks91GTx s8KO940iM4yiorM8jbK5vO+4/saGnqIU72ABwftjvfyzDzlZtkKLg/DdMbNZRnP1fINc mSZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=0m/xBa+aHHaUFrcKwW9NhhCCBB2RugMgzLVJ80xxWpE=; b=6iyQpzCt04Q9x992iXKLLKUd/Q6SIz0ndCj8TMbRjimhMm+/U8YjWV8RSbs3mWDyxb D2/G9ar1I/2LmsrftRgIeYqXpqKVOW93OehQJtv6pfDnn0XwALjoRkiWDhV9ypHZwVST aKaX2vhvVXs1RRctxl2F8ZR7bXuBzlUhl+r/LgaaR6gJ4FNAtiNXK1BG+UUTERea99mi bAVxBvsv352hRkM5jUYKswEttXOQaJC86xDGTrBi6sERDhiJz/5PTZ2oeUaFzgjJLpKu BExWBSY/6E6QeBGjBscdd5nIxUEjt86Ow028hYxGllKnrabWjApEGhfmRS1zJoe1Y4vF e/Aw== X-Gm-Message-State: AFqh2kq0OUBWeT8WTJqh4cgkb5PdkhIjIljcM/4antwix0ZIY9fdak3u 9ikSFARs3MbEGglGfd0ciy6Su2Kdi8D3IQ== X-Google-Smtp-Source: AMrXdXusZJWqnWwNXhrXXQLx9fj6eTCZ7VdbZOXozqt9NAbdpKW+W5YJ03IB/bYDm7N9IMD6BfLVRA== X-Received: by 2002:a05:6a00:2a3:b0:585:7a3f:8de8 with SMTP id q3-20020a056a0002a300b005857a3f8de8mr23859059pfs.23.1674527880151; Mon, 23 Jan 2023 18:38:00 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id b26-20020aa78eda000000b0058b9c9def36sm289810pfr.139.2023.01.23.18.37.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Jan 2023 18:37:59 -0800 (PST) From: Khem Raj To: openembedded-core@lists.openembedded.org Cc: Khem Raj Subject: [PATCH 2/3] apt: add missing for uint16_t Date: Mon, 23 Jan 2023 18:37:55 -0800 Message-Id: <20230124023756.543982-2-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230124023756.543982-1-raj.khem@gmail.com> References: <20230124023756.543982-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 24 Jan 2023 02:38:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/176322 Signed-off-by: Khem Raj --- ...001-add-missing-cstdint-for-uint16_t.patch | 35 +++++++++++++++++++ meta/recipes-devtools/apt/apt_2.4.5.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-devtools/apt/apt/0001-add-missing-cstdint-for-uint16_t.patch diff --git a/meta/recipes-devtools/apt/apt/0001-add-missing-cstdint-for-uint16_t.patch b/meta/recipes-devtools/apt/apt/0001-add-missing-cstdint-for-uint16_t.patch new file mode 100644 index 0000000000..44aa8a5873 --- /dev/null +++ b/meta/recipes-devtools/apt/apt/0001-add-missing-cstdint-for-uint16_t.patch @@ -0,0 +1,35 @@ +From 960d10e89cf60d39998dae6fdcd4f0866b753a79 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Mon, 23 Jan 2023 12:31:35 -0800 +Subject: [PATCH] add missing for uint16_t + +This fixes build problems with gcc 13 snapshot [1] + +Fixes +| include/apt-pkg/pkgcache.h:257:23: warning: cast from 'char*' to 'const uint16_t*' {aka 'const short unsigned int*'} increases required alignment of target type [-Wcast-align] +| 257 | uint16_t len = *reinterpret_cast(name - sizeof(uint16_t)); +| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[1] https://www.gnu.org/software/gcc/gcc-13/porting_to.html + +Upstream-Status: Submitted [https://salsa.debian.org/apt-team/apt/-/merge_requests/276] +Signed-off-by: Khem Raj +--- + apt-pkg/contrib/mmap.cc | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/apt-pkg/contrib/mmap.cc b/apt-pkg/contrib/mmap.cc +index 642e20473..0568e1cd0 100644 +--- a/apt-pkg/contrib/mmap.cc ++++ b/apt-pkg/contrib/mmap.cc +@@ -23,6 +23,7 @@ + #include + #include + ++#include + #include + #include + #include +-- +2.39.1 + diff --git a/meta/recipes-devtools/apt/apt_2.4.5.bb b/meta/recipes-devtools/apt/apt_2.4.5.bb index 4b9f804039..4ecbf98554 100644 --- a/meta/recipes-devtools/apt/apt_2.4.5.bb +++ b/meta/recipes-devtools/apt/apt_2.4.5.bb @@ -16,6 +16,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/${BPN}_${PV}.tar.xz \ file://0001-Remove-using-std-binary_function.patch \ file://0001-typecast-time_t-and-suseconds_t-from-std-chrono.patch \ file://0002-interactive-helper-Undefine-_FORTIFY_SOURCE.patch \ + file://0001-add-missing-cstdint-for-uint16_t.patch \ " SRC_URI:append:class-native = " \ From patchwork Tue Jan 24 02:37:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18533 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF21DC54E94 for ; Tue, 24 Jan 2023 02:38:06 +0000 (UTC) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web11.6202.1674527881847595900 for ; Mon, 23 Jan 2023 18:38:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=LzPqcFFp; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: raj.khem@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id g205so10294474pfb.6 for ; Mon, 23 Jan 2023 18:38:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=wNRjydMRdg3pBwR3vyihjAUwUa6z3czRJAZt9Ze8x5E=; b=LzPqcFFpHc4rw8McDJFsc357avmr8XiiUWgFJFm8D7HRRHexw4V552KeLNI4NMk5fX WmX2C2FIduHTJxgkZh3OT2XPSBbWIVn1LTBhOGrgasnMtGpm1LpNyheIxINxZM3b2CeN qpzzYtvNoZy7KrRq7FDavige6FCXDytfUmJEE82dJ+Be/+oJVo9WNAnvMGkcmneoAIJS VDq01M4x4JlTJ/nzhPwqELKsb2riwLMZqUfXdND0sJ7I7bi9f3CHIHLG1QRTyRz8orql ts98J3R1r8x0yjK6SByPj9NbwHmviNRALCprnzuLwG1p0+uJPcWJM5jyumbyWn5wadiJ QPdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wNRjydMRdg3pBwR3vyihjAUwUa6z3czRJAZt9Ze8x5E=; b=4lDmSJ4VsYa+Ae54zkeSy66SWpUJsa10E9E34lkR1z07vy/sQ7syLAGn6gZ68cX85g L+Y5vJu1zar8F5HSvZVqec/pMjPuJgRtGy9QJoGxw7/8Sbs2UYzI1OK4eq3jCihwFLkg y+Vzinljd+2jAtYbYTq1xy1ILytaP1JcBz4YZSFm5eFnAu0HP1U/elqPmwM2NBI4zuWE 6F6DXjR51+u9SDQR1kTUL5n8e0TijMfXcOZQpXvKVd2iswaqF7EIdeC8N5F2jY7FEXbv 6GO8AbqzeH2Fps4tAVEmIfezUfwWhk6uiosxMdvpXc2ybNA7c5ZSFwIl4ZvtMBvqlXvo khJg== X-Gm-Message-State: AFqh2krw8ZMLA4PIJZ+A2FAjn6YT8dT+1kzTuVKpTlDYoFRKSA+X7Uf1 Zs1os9wuaqi9MQJn9vo0vJewFZODiJqGOA== X-Google-Smtp-Source: AMrXdXtQSkxRt36tC9HzQfSEtCNT5MQCq3fNqXFAHczfwGXlPklm7aUi9nV1jSUGFaGMIQqow6JDkg== X-Received: by 2002:a05:6a00:b53:b0:574:a541:574a with SMTP id p19-20020a056a000b5300b00574a541574amr37453992pfo.0.1674527881039; Mon, 23 Jan 2023 18:38:01 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id b26-20020aa78eda000000b0058b9c9def36sm289810pfr.139.2023.01.23.18.38.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Jan 2023 18:38:00 -0800 (PST) From: Khem Raj To: openembedded-core@lists.openembedded.org Cc: Khem Raj Subject: [PATCH 3/3] vulkan-samples: Include missing header cstdint for uint32_t Date: Mon, 23 Jan 2023 18:37:56 -0800 Message-Id: <20230124023756.543982-3-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230124023756.543982-1-raj.khem@gmail.com> References: <20230124023756.543982-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 24 Jan 2023 02:38:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/176323 Signed-off-by: Khem Raj --- ...1-parser.h-Including-missing-cstdint.patch | 37 +++++++++++++++++++ .../vulkan/vulkan-samples_git.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-parser.h-Including-missing-cstdint.patch diff --git a/meta/recipes-graphics/vulkan/vulkan-samples/0001-parser.h-Including-missing-cstdint.patch b/meta/recipes-graphics/vulkan/vulkan-samples/0001-parser.h-Including-missing-cstdint.patch new file mode 100644 index 0000000000..3f6b37dce1 --- /dev/null +++ b/meta/recipes-graphics/vulkan/vulkan-samples/0001-parser.h-Including-missing-cstdint.patch @@ -0,0 +1,37 @@ +From 590bd5f81207bb55bd02b4a37f73a1f64dac452d Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Mon, 23 Jan 2023 13:20:58 -0800 +Subject: [PATCH] parser.h: Including missing + +This is needed from gcc-13+ see [1] + +Fixes + +../git/framework/platform/parser.h:282:43: error: 'uint32_t' does not name a type + 282 | *type = static_cast(number); + | ^~~~~~~~ +../git/framework/platform/parser.h:21:1: note: 'uint32_t' is defined in header ''; did you forget to '#include '? + +[1] https://www.gnu.org/software/gcc/gcc-13/porting_to.html + +Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Samples/pull/602] +Signed-off-by: Khem Raj +--- + framework/platform/parser.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/framework/platform/parser.h b/framework/platform/parser.h +index 215f3d80..a5bd1344 100644 +--- a/framework/platform/parser.h ++++ b/framework/platform/parser.h +@@ -18,6 +18,7 @@ + #pragma once + + #include ++#include + #include + #include + #include +-- +2.39.1 + diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 7f52cb66c9..c0ce393201 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb @@ -9,6 +9,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;prot file://debugfix.patch \ file://0001-Do-not-use-LFS64-functions-on-linux-musl.patch;patchdir=third_party/spdlog \ file://0001-Deprecate-u8string_view.patch;patchdir=third_party/spdlog \ + file://0001-parser.h-Including-missing-cstdint.patch \ " UPSTREAM_CHECK_COMMITS = "1"