diff options
| author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-28 08:51:56 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-28 14:45:08 -0500 |
| commit | f8c539d132287876539e4e12c5eff6b55717e26e (patch) | |
| tree | 61710a0886515dd7fb2900b2b147d99afe2ef2fd /meta-xilinx-core | |
| parent | 71d65c149ea2812e70a0bb65c26cdc2d8160d50b (diff) | |
| download | meta-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.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 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 | ||
| 14 | S = "${WORKDIR}/git/src" | 14 | S = "${WORKDIR}/git/src" |
| 15 | 15 | ||
| 16 | inherit cmake | 16 | inherit cmake pkgconfig |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
| 19 | 19 | ||
