summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2017-01-05 12:41:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:39:13 +0000
commit35dde34c89f6669b8586d532769713a170ad271e (patch)
tree6772098b1610c1a798cf7ba85f971b162f9763ff /meta/recipes-sato
parent09d4274a9d15ae17349f8338de56c7442e3bfcee (diff)
downloadpoky-35dde34c89f6669b8586d532769713a170ad271e.tar.gz
webkitgtk: add missing python-native dep
Since we can't inherit pythonnative, we need this dep explicitly. (From OE-Core rev: 63530f59e43738bac081aaf3c89ec57006038dce) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@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.14.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
index 9720432302..6338101395 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
@@ -41,6 +41,7 @@ DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \
41 pango icu bison-native gawk intltool-native libwebp \ 41 pango icu bison-native gawk intltool-native libwebp \
42 atk udev harfbuzz jpeg libpng pulseaudio librsvg libtheora libvorbis libxcomposite libxtst \ 42 atk udev harfbuzz jpeg libpng pulseaudio librsvg libtheora libvorbis libxcomposite libxtst \
43 ruby-native libnotify gstreamer1.0-plugins-bad \ 43 ruby-native libnotify gstreamer1.0-plugins-bad \
44 python-native \
44 " 45 "
45 46
46PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)} \ 47PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)} \