[OE-core] [PATCH] webkitgtk: add missing python-native dep

Christopher Larson kergoth at gmail.com
Thu Jan 5 19:41:59 UTC 2017


From: Christopher Larson <chris_larson at mentor.com>

Since we can't inherit pythonnative, we need this dep explicitly.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.14.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
index 46b5468..3059e17 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
@@ -40,6 +40,7 @@ DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \
 	   pango icu bison-native gawk intltool-native libwebp \
 	   atk udev harfbuzz jpeg libpng pulseaudio librsvg libtheora libvorbis libxcomposite libxtst \
 	   ruby-native libnotify gstreamer1.0-plugins-bad \
+	   python-native \
           "
 
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)} \
-- 
2.8.0




More information about the Openembedded-core mailing list