diff options
author | karn.jye.lau <karn.jye.lau@intel.com> | 2025-07-06 21:20:04 -0700 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-07-07 16:43:15 +0800 |
commit | 45bdd23171fe0e82da704f263c7f58f3c1caa86c (patch) | |
tree | 102907b7216fec96adda854d6105ef5e85e1e761 | |
parent | fbaf7a7dbfe5f0b05104ecbdcadbbd4f8400fc33 (diff) | |
download | meta-intel-45bdd23171fe0e82da704f263c7f58f3c1caa86c.tar.gz |
ospray: add SRCREV_FORMAT
SRCREV_FORMAT variable must be set when multiple SCMs are used.
Signed-off-by: karn.jye.lau <karn.jye.lau@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb index d4e85cbc..609e5dc3 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb | |||
@@ -11,10 +11,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ | |||
11 | 11 | ||
12 | inherit pkgconfig cmake | 12 | inherit pkgconfig cmake |
13 | 13 | ||
14 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ | 14 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master;name=ospray \ |
15 | git://github.com/nothings/stb;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/apps/common/external/stb_image/stb;name=stb;nobranch=1 \ | 15 | git://github.com/nothings/stb;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/apps/common/external/stb_image/stb;name=stb;nobranch=1 \ |
16 | " | 16 | " |
17 | SRCREV = "85af2929937d516997451cbd52d352cf93125ed2" | 17 | SRCREV_ospray ?= "85af2929937d516997451cbd52d352cf93125ed2" |
18 | SRCREV_stb ?= "af1a5bc36dff44f0a019df21c271db697d51f1a6" | ||
19 | SRCREV_FORMAT = "ospray_stb" | ||
18 | 20 | ||
19 | COMPATIBLE_HOST = '(x86_64).*-linux' | 21 | COMPATIBLE_HOST = '(x86_64).*-linux' |
20 | COMPATIBLE_HOST:libc-musl = "null" | 22 | COMPATIBLE_HOST:libc-musl = "null" |