summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-09-21 14:43:08 -0700
committerMark Hatle <mark.hatle@amd.com>2022-09-21 14:43:08 -0700
commit46c06046f4562025313a2c2f6cab0b2f7ded1362 (patch)
tree33882f221d186d39cea326d00203858366b580c2
parentfd21132fd0060ea097bf7983c33b4e5158b51de8 (diff)
downloadmeta-xilinx-46c06046f4562025313a2c2f6cab0b2f7ded1362.tar.gz
xrt: Add pkgconfig to the build
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-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