diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-08-06 11:07:35 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 11:03:47 -0800 |
| commit | e707e9dab8618e5afdad28996c242c1e946fc920 (patch) | |
| tree | 587962765a22c6e34e5d9583f4aba1af2a847c79 /meta-xilinx-bsp | |
| parent | 3c67acaec78bda89356f119a2593fbc31524c8bd (diff) | |
| download | meta-xilinx-e707e9dab8618e5afdad28996c242c1e946fc920.tar.gz | |
xrt_git.bb: Fix xrt recipe for externalsrc
Having WORKDIR in LIC_FILES_CHKSUM will cause externalsrc to break.
Change the LIC_FILES_CHKSUM to exclude the ${WORKDIR}
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
| -rw-r--r-- | meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb index 6fad6249..1200ab87 100644 --- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Xilinx Runtime(XRT) libraries" | |||
| 2 | DESCRIPTION = "Xilinx Runtime User Space Libraries and headers" | 2 | DESCRIPTION = "Xilinx Runtime User Space Libraries and headers" |
| 3 | 3 | ||
| 4 | LICENSE = "GPLv2 & Apache-2.0" | 4 | LICENSE = "GPLv2 & Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=fa343562af4b9b922b8d7fe7b0b6d000 \ | 5 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=fa343562af4b9b922b8d7fe7b0b6d000 \ |
| 6 | file://runtime_src/core/edge/drm/zocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 6 | file://runtime_src/core/edge/drm/zocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 7 | file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 7 | file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 8 | file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | 8 | file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ |
