diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-09-21 14:43:08 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-09-21 14:43:08 -0700 |
| commit | 46c06046f4562025313a2c2f6cab0b2f7ded1362 (patch) | |
| tree | 33882f221d186d39cea326d00203858366b580c2 | |
| parent | fd21132fd0060ea097bf7983c33b4e5158b51de8 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 13 | S = "${WORKDIR}/git/src" | 13 | S = "${WORKDIR}/git/src" |
| 14 | 14 | ||
| 15 | inherit cmake | 15 | inherit cmake pkgconfig |
| 16 | 16 | ||
| 17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
| 18 | 18 | ||
