diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-06 16:11:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-07 15:22:37 +0100 |
commit | a2eb6d486710973dc40d62d37c70aedf86c8ec3e (patch) | |
tree | c6abe5c7acd2abea20746de06e29984c68a025f0 /meta/recipes-sato | |
parent | 794a23a3818e41756e40a95dc037b4e6b9bf3dbf (diff) | |
download | poky-a2eb6d486710973dc40d62d37c70aedf86c8ec3e.tar.gz |
gobject-introspection: move to Python 3
(From OE-Core rev: db702fb12f7b34928a52e522ad269ac43f1dcace)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb index 9a2387e81c..2de698bb80 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | |||
@@ -21,7 +21,10 @@ SRC_URI = "\ | |||
21 | SRC_URI[md5sum] = "aebb4029c09dd81664aa830e4a584c85" | 21 | SRC_URI[md5sum] = "aebb4029c09dd81664aa830e4a584c85" |
22 | SRC_URI[sha256sum] = "173cbb9a2eca23eee52e99965483ab25aa9c0569ef5b57041fc0c129cc26c307" | 22 | SRC_URI[sha256sum] = "173cbb9a2eca23eee52e99965483ab25aa9c0569ef5b57041fc0c129cc26c307" |
23 | 23 | ||
24 | inherit cmake lib_package pkgconfig perlnative pythonnative distro_features_check upstream-version-is-even gobject-introspection | 24 | # pythonnative must come after gobject-introspection, otherwise |
25 | # webkit build configuration will not attempt to find Python 2.x after | ||
26 | # finding (and rejecting) Python 3.x | ||
27 | inherit cmake lib_package pkgconfig gobject-introspection perlnative pythonnative distro_features_check upstream-version-is-even | ||
25 | 28 | ||
26 | # depends on libxt | 29 | # depends on libxt |
27 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |