chromium68: Add explicitly bison-native dependency 45/21145/2
authorLorenzo Tilve <ltilve@igalia.com>
Wed, 24 Apr 2019 13:28:17 +0000 (15:28 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 29 Apr 2019 11:14:30 +0000 (11:14 +0000)
After the update from Guppy it seems that Chromium build recipe
don't have the bison dependency satisfied, so it is explicitly
included now.

Change-Id: I184c506b4820e7c3434708594c6d81cd47ce5681
Bug-AGL: SPEC-2342
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
meta-html5-framework/recipes-wam/chromium/chromium68_git.bb

index 791e108..ab2cd3b 100644 (file)
@@ -14,7 +14,7 @@ require gn-utils.inc
 
 inherit gettext
 
-DEPENDS = "virtual/gettext wayland wayland-native pixman freetype fontconfig openssl pango cairo icu libxkbcommon libexif dbus pciutils udev libcap alsa-lib virtual/egl elfutils-native libdrm atk gperf-native gconf nss nss-native nspr nspr-native"
+DEPENDS = "virtual/gettext wayland wayland-native pixman freetype fontconfig openssl pango cairo icu libxkbcommon libexif dbus pciutils udev libcap alsa-lib virtual/egl elfutils-native libdrm atk gperf-native gconf nss nss-native nspr nspr-native bison-native"
 
 PROVIDES = "${BROWSER_APPLICATION}"