diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-05-13 01:42:52 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-05-13 17:07:53 +0200 |
commit | 2e42eba395e94fcf9953f406af85e5799e576781 (patch) | |
tree | 76eaa133a02b371623352380c0391721b24c6485 /meta-agl-profile-graphical-html5 | |
parent | ba3c28a56b99e5628041d772b4faa36553846c21 (diff) |
Add dependency to python2 native binary as stop-gap for chromium68 build
Until we have a solution from upstream, we decided to add meta-python2 to allow chromium68 to build.
Bug-AGL: SPEC-3354
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ife440dc1db253ff316059f3b3a8e67765132d52e
Diffstat (limited to 'meta-agl-profile-graphical-html5')
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb index 5fca3671..e45f1278 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "\ require gn-utils.inc -inherit gettext qemu +inherit gettext qemu pythonnative DEPENDS = "virtual/gettext wayland wayland-native pixman freetype glib-2.0 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 qemu-native" |