diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-11-04 15:53:53 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-11-04 15:53:53 +0100 |
commit | 0ffe0a487e1323e713dd350342caa5384f2a42fd (patch) | |
tree | b86213f024b44deb3a4b8fb8e1ebe07edecdcabd | |
parent | 1b72a0f90fa7d1b45eb1017629cc83dcd8971c48 (diff) |
The chromium recipe will need to be reworked
Meanwhile update it to allow CI to pass.
Bug-AGL: SPEC-4121
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I03f92e6c8bd6146d4a67ec447be5ab362b42f5bc
-rw-r--r-- | recipes-wam/chromium/chromium.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-wam/chromium/chromium.inc b/recipes-wam/chromium/chromium.inc index 722ba9a34..19fa87497 100644 --- a/recipes-wam/chromium/chromium.inc +++ b/recipes-wam/chromium/chromium.inc @@ -12,7 +12,9 @@ LIC_FILES_CHKSUM = "\ require gn-utils.inc -inherit gettext qemu pythonnative +inherit gettext qemu +#fixme after rework: pythonnative +#ParseError at /w/workspace/ci-platform-meta-agl-verify-CIB-qemux86-64/repoclone/meta-agl-demo/recipes-wam/chromium/chromium.inc:15: Could not inherit file classes/pythonnative.bbclass 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 at-spi2-atk gperf-native gconf nss nss-native nspr nspr-native bison-native qemu-native" |