summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-10-19 14:47:02 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-10-19 14:47:02 -0500
commit11e9d111f33491dfde326d5def7a6f7d70bd12a7 (patch)
tree7b3ed5e446da296ebb6740f320e6b882b2251e12
parent3bde26bfe3616b997eef95ec6411058961c81c62 (diff)
downloadmeta-xilinx-11e9d111f33491dfde326d5def7a6f7d70bd12a7.tar.gz
xrt: XRT uses pkgconfig
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
-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 b8071a65..3beb61eb 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \
12 12
13S = "${WORKDIR}/git/src" 13S = "${WORKDIR}/git/src"
14 14
15inherit cmake 15inherit cmake pkgconfig
16 16
17BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"
18 18