summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-23 16:32:12 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-24 09:25:34 -0800
commit8b7c16cd49648fe8824852bf302403059c0faee7 (patch)
tree0f423276613162162ef645700b40ffc0b7e3d0c3 /meta-oe/recipes-extended
parentbbf25b62da8dc694c3e0543f276db034ebe8b1e4 (diff)
downloadmeta-openembedded-8b7c16cd49648fe8824852bf302403059c0faee7.tar.gz
libplist: Use py3 in depends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb
index 4a8d9a1df0..36659e752d 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7" 5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7"
6 6
7DEPENDS = "libxml2 glib-2.0 swig python" 7DEPENDS = "libxml2 glib-2.0 swig python3"
8 8
9inherit autotools pkgconfig python3native 9inherit autotools pkgconfig python3native
10 10