From: "Jose Quaresma" <quaresma.jose@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Jose Quaresma <quaresma.jose@gmail.com>
Subject: [PATCH v2 2/4] spirv-tools: enable native build and install more header files
Date: Wed, 14 Oct 2020 00:44:50 +0100 [thread overview]
Message-ID: <20201013234452.2294860-2-quaresma.jose@gmail.com> (raw)
In-Reply-To: <20201013234452.2294860-1-quaresma.jose@gmail.com>
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
---
meta/recipes-graphics/spir/spirv-tools_git.bb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/spir/spirv-tools_git.bb b/meta/recipes-graphics/spir/spirv-tools_git.bb
index 8e8388e8d4..89ebd72d31 100644
--- a/meta/recipes-graphics/spir/spirv-tools_git.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_git.bb
@@ -28,8 +28,12 @@ EXTRA_OECMAKE += "-DSPIRV_WERROR=OFF"
do_install_append() {
install -d ${D}/${includedir}/spirv
- install -m 0644 ${DEST_DIR}/spirv-headers/include/spirv/1.2/* ${D}/${includedir}/spirv
+ install -m 0644 ${DEST_DIR}/spirv-headers/include/spirv/1.2/* ${D}/${includedir}/spirv
+ install -d ${D}/${includedir}/spirv/unified1
+ install -m 0644 ${DEST_DIR}/spirv-headers/include/spirv/unified1/* ${D}/${includedir}/spirv/unified1
}
FILES_SOLIBSDEV = ""
FILES_${PN} += "${libdir}/*.so"
+
+BBCLASSEXTEND = "native nativesdk"
--
2.28.0
next prev parent reply other threads:[~2020-10-13 23:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-13 23:44 [PATCH v2 1/4] spirv-tools: import from meta-oe to OE core Jose Quaresma
2020-10-13 23:44 ` Jose Quaresma [this message]
2020-10-14 0:00 ` [OE-core] [PATCH v2 2/4] spirv-tools: enable native build and install more header files Otavio Salvador
2020-10-14 8:38 ` Jose Quaresma
2020-10-13 23:44 ` [PATCH v2 3/4] glslang: add receipe Jose Quaresma
2020-10-13 23:44 ` [PATCH v2 4/4] shaderc: " Jose Quaresma
2020-10-14 0:00 ` [OE-core] " Otavio Salvador
2020-10-14 8:36 ` Jose Quaresma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201013234452.2294860-2-quaresma.jose@gmail.com \
--to=quaresma.jose@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox