Skip to content

Commit

Permalink
libplist: Update build for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Nov 30, 2019
1 parent aad5b3d commit b9dd167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-oe/recipes-extended/libimobiledevice/libplist_2.0.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7"

DEPENDS = "libxml2 glib-2.0 swig python"
DEPENDS = "libxml2 glib-2.0 swig python3"

inherit autotools pkgconfig pythonnative
inherit autotools pkgconfig python3native

SRCREV = "62ec804736435fa34e37e66e228e17e2aacee1d7"
SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https \
Expand Down

0 comments on commit b9dd167

Please sign in to comment.