diff options
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.6.2.bb (renamed from dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.5.4.bb) | 25 | 
1 files changed, 23 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.5.4.bb b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.6.2.bb index ca13a646..5580f838 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.5.4.bb +++ b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.6.2.bb  | |||
| @@ -1,10 +1,31 @@ | |||
| 1 | # FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. | ||
| 2 | # The following is the difference between the old and the new license text. | ||
| 3 | # Please update the LICENSE value if needed, and summarize the changes in | ||
| 4 | # the commit message via 'License-Update:' tag. | ||
| 5 | # (example: 'License-Update: copyright years updated.') | ||
| 6 | # | ||
| 7 | # The changes: | ||
| 8 | # | ||
| 9 | # --- LICENSE | ||
| 10 | # +++ LICENSE | ||
| 11 | # @@ -1,6 +1,6 @@ | ||
| 12 | # MIT License | ||
| 13 | # | ||
| 14 | # -Copyright (c) 2019 Intel Corporation | ||
| 15 | # +Copyright (C) 2019-2021 Intel Corporation | ||
| 16 | # | ||
| 17 | # Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 18 | # of this software and associated documentation files (the "Software"), to deal | ||
| 19 | # | ||
| 20 | # | ||
| 21 | |||
| 1 | SUMMARY = "oneAPI Level Zero Specification Headers and Loader" | 22 | SUMMARY = "oneAPI Level Zero Specification Headers and Loader" | 
| 2 | HOMEPAGE = "https://github.com/oneapi-src/level-zero" | 23 | HOMEPAGE = "https://github.com/oneapi-src/level-zero" | 
| 3 | LICENSE = "MIT" | 24 | LICENSE = "MIT" | 
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8956dfdba7f8169c4005d1e9753ffddc" | 25 | LIC_FILES_CHKSUM = "file://LICENSE;md5=97957beb2f7808ffa247e5d93e6442cc" | 
| 5 | 26 | ||
| 6 | SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master" | 27 | SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master" | 
| 7 | SRCREV = "d84a5a2b1913629f85f09b1107f2b4467b3113cf" | 28 | SRCREV = "7afa8a6dda56d4baef950c0a9d5ef8d8b0e14c4e" | 
| 8 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" | 
| 9 | 30 | ||
| 10 | inherit cmake | 31 | inherit cmake | 
