diff options
author | Min Ma <min.ma@xilinx.com> | 2019-07-31 11:53:06 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-13 11:43:39 -0800 |
commit | 601f4733ac65d0fda9ba3dc89a3b92015af34c7e (patch) | |
tree | 0024a8b076421be280d5450c64f9915f31670168 /meta-xilinx-bsp | |
parent | 2f7eeaadc25fc6e5e9deb9ebe5145e15bd631d1c (diff) | |
download | meta-xilinx-601f4733ac65d0fda9ba3dc89a3b92015af34c7e.tar.gz |
xrt_git.bb: update XRT dependency
Update XRT dependency to meet protobuf requirement
Signed-off-by: Min Ma <min.ma@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@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 28992708..6fad6249 100644 --- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |||
@@ -23,7 +23,7 @@ inherit cmake | |||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
24 | 24 | ||
25 | # util-linux is for libuuid-dev. | 25 | # util-linux is for libuuid-dev. |
26 | DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native" | 26 | DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf" |
27 | RDEPENDS_${PN} = "bash ocl-icd boost-system boost-filesystem" | 27 | RDEPENDS_${PN} = "bash ocl-icd boost-system boost-filesystem" |
28 | 28 | ||
29 | EXTRA_OECMAKE += " \ | 29 | EXTRA_OECMAKE += " \ |