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 | |
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
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb | 2 | ||||
-rw-r--r-- | templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc | 1 |
2 files changed, 2 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" diff --git a/templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc b/templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc index a7e9da1d..451edf60 100644 --- a/templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc +++ b/templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc @@ -1,5 +1,6 @@ BBLAYERS =+ " \ ${METADIR}/meta-agl-devel/meta-agl-profile-graphical-html5 \ + ${METADIR}/external/meta-python2 \ " |