diff options
author | Christopher Larson <chris_larson@mentor.com> | 2017-01-05 12:41:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:13 +0000 |
commit | 35dde34c89f6669b8586d532769713a170ad271e (patch) | |
tree | 6772098b1610c1a798cf7ba85f971b162f9763ff | |
parent | 09d4274a9d15ae17349f8338de56c7442e3bfcee (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.14.2.bb | 1 |
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 | ||
46 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)} \ | 47 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)} \ |