diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-16 23:28:05 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-02-14 15:48:01 -0800 |
commit | a0c26ca2b4c5e18a22b8d6f3c952fb00caf2bd34 (patch) | |
tree | 8142897427b57060ba171261373b6546f99a4467 /meta-oe | |
parent | 59d3d64e902d4d2e7ea9c3d2e1fec442912bcdd5 (diff) | |
download | meta-openembedded-a0c26ca2b4c5e18a22b8d6f3c952fb00caf2bd34.tar.gz |
libplist: Inherit python3targetconfig
Fixes
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LIBS environment variable.
Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit be7d2286bfe80835e8e014114aaf587e2930c683)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb index 408fa8ac0..6ef5b4f43 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ DEPENDS = "libxml2 glib-2.0 swig python3" -inherit autotools pkgconfig python3native +inherit autotools pkgconfig python3native python3targetconfig SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https" |