diff mbox series

python3-cffi: Add missing pkgconfig dependency

Message ID 20250122112352.1945986-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 6cf0aaa3af276694709369b6007f629862e21559
Headers show
Series python3-cffi: Add missing pkgconfig dependency | expand

Commit Message

Richard Purdie Jan. 22, 2025, 11:23 a.m. UTC
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-cffi_1.17.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 99979a73e8b..fbe9051a90b 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
 
 SRC_URI += "file://run-ptest"
 
-inherit pypi python_setuptools_build_meta ptest
+inherit pypi python_setuptools_build_meta ptest pkgconfig
 
 do_install_ptest() {
     cp -r ${S}/testing ${D}${PTEST_PATH}