mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-23 00:28:29 +00:00
python3-h5py: Inherit pkgconfig
Fixes error: pkg-config probably not installed: FileNotFoundError(2, 'No such file or directory') Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -11,7 +11,7 @@ SRC_URI:append = " \
|
||||
file://0001-setup.py-Fix-numpy-version.patch \
|
||||
"
|
||||
|
||||
inherit pypi setuptools3
|
||||
inherit pkgconfig pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user