diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-22 11:22:59 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-22 13:20:29 +0000 |
| commit | 364880dcb36c443ad6bbd5840f3882ca0740134c (patch) | |
| tree | d17040d1f4a70086e00655301be3cb44dd86c200 /meta/recipes-devtools/python/python3-cffi_1.17.1.bb | |
| parent | 6b1e65b7d6ce163b9cd9515e915074248b718979 (diff) | |
| download | poky-364880dcb36c443ad6bbd5840f3882ca0740134c.tar.gz | |
python3-cffi: Add missing pkgconfig dependency
With gcc posioning fixed, this recipe showed errors, using an incorrect include
path looking at the host system. If pkgconfig is present, the correct include
paths are used. Therefore add the missing dependency.
(From OE-Core rev: 6cf0aaa3af276694709369b6007f629862e21559)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cffi_1.17.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cffi_1.17.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cffi_1.17.1.bb b/meta/recipes-devtools/python/python3-cffi_1.17.1.bb index 99979a73e8..fbe9051a90 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.17.1.bb +++ b/meta/recipes-devtools/python/python3-cffi_1.17.1.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789 | |||
| 8 | 8 | ||
| 9 | SRC_URI += "file://run-ptest" | 9 | SRC_URI += "file://run-ptest" |
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta ptest | 11 | inherit pypi python_setuptools_build_meta ptest pkgconfig |
| 12 | 12 | ||
| 13 | do_install_ptest() { | 13 | do_install_ptest() { |
| 14 | cp -r ${S}/testing ${D}${PTEST_PATH} | 14 | cp -r ${S}/testing ${D}${PTEST_PATH} |
