From: Jan-Simon Möller Date: Tue, 12 May 2020 23:42:52 +0000 (+0200) Subject: Add dependency to python2 native binary as stop-gap for chromium68 build X-Git-Tag: 9.99.1~14 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F24504%2F2;p=AGL%2Fmeta-agl-devel.git 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 Change-Id: Ife440dc1db253ff316059f3b3a8e67765132d52e --- 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 \ "