diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2019-04-24 15:28:17 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-29 11:14:30 +0000 |
commit | 0c350df9472719e156cc7027794848cbf0d4a5e4 (patch) | |
tree | e87ade458ccd07d32cf2a33425f17eea44ef2de0 /meta-html5-framework | |
parent | 1773cf2b6a8c81169bed1851ace5426d1585cb9d (diff) |
chromium68: Add explicitly bison-native dependency
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>
Diffstat (limited to 'meta-html5-framework')
-rw-r--r-- | meta-html5-framework/recipes-wam/chromium/chromium68_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb index 791e1081..ab2cd3ba 100644 --- a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb +++ b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb @@ -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}" |