mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
59f817bbe3
commit
be7d2286bf
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user