Skip to content

Commit

Permalink
libplist: Inherit python3targetconfig
Browse files Browse the repository at this point in the history
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 be7d228)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit a0c26ca)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
  • Loading branch information
kraj authored and akuster committed Feb 19, 2021
1 parent c46aab8 commit f60cbaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "3df02d4d0e9008771e8622fdc10de8333b3f0d85"
SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https \
Expand Down

0 comments on commit f60cbaf

Please sign in to comment.