summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-07-28 08:51:56 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-07-28 14:45:08 -0500
commitf8c539d132287876539e4e12c5eff6b55717e26e (patch)
tree61710a0886515dd7fb2900b2b147d99afe2ef2fd /meta-xilinx-core
parent71d65c149ea2812e70a0bb65c26cdc2d8160d50b (diff)
downloadmeta-xilinx-f8c539d132287876539e4e12c5eff6b55717e26e.tar.gz
xrt: Uses pkgconfig, add inherit
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
index 859a9440..9cba7307 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \
13 13
14S = "${WORKDIR}/git/src" 14S = "${WORKDIR}/git/src"
15 15
16inherit cmake 16inherit cmake pkgconfig
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
19 19