diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 08:59:02 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:11:53 -0700 |
commit | 47d9a840236b489b05371ceacc4e1cec863e06c6 (patch) | |
tree | 4ad874b794b3717020d36693486722a42390aeca /meta-python | |
parent | ed262ee60acf9bba7c2168f423b1f68ce2c6e79b (diff) | |
download | meta-openembedded-47d9a840236b489b05371ceacc4e1cec863e06c6.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb index cc2380262..89000b793 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI:append = " \ | |||
11 | file://0001-setup.py-Fix-numpy-version.patch \ | 11 | file://0001-setup.py-Fix-numpy-version.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pkgconfig pypi setuptools3 |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||