diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-16 23:28:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-17 15:04:43 -0800 |
| commit | be7d2286bfe80835e8e014114aaf587e2930c683 (patch) | |
| tree | edfb46f5e1cc842f6abff9d837ff16002acf31c4 | |
| parent | 59f817bbe374799e4398766c2a444692d932d979 (diff) | |
| download | meta-openembedded-be7d2286bfe80835e8e014114aaf587e2930c683.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>
| -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 408fa8ac0e..6ef5b4f432 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 \ | |||
| 6 | 6 | ||
| 7 | DEPENDS = "libxml2 glib-2.0 swig python3" | 7 | DEPENDS = "libxml2 glib-2.0 swig python3" |
| 8 | 8 | ||
| 9 | inherit autotools pkgconfig python3native | 9 | inherit autotools pkgconfig python3native python3targetconfig |
| 10 | 10 | ||
| 11 | SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" | 11 | SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https" | 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https" |
