Add meta-python2 to agl-demo template 61/26861/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 Nov 2021 15:47:01 +0000 (16:47 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 10 Nov 2021 14:01:18 +0000 (14:01 +0000)
The chromium/wam builds do still require meta-python2. Add it to back to
the agl-demo template in support SPEC-4040.

Bug-AGL: SPEC-4040
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I8cec874dfd69c70d175bf6291a2b4a3153059582

templates/feature/agl-demo/50_bblayers.conf.inc

index 7dfba90..ef8f338 100644 (file)
@@ -13,5 +13,7 @@ BBLAYERS =+ " \
    ${METADIR}/external/meta-qt5 \
 "
 
-#   ${METADIR}/external/meta-python2 \
-#
\ No newline at end of file
+# Chromium recipes do still require python2
+BBLAYERS =+ " \
+   ${METADIR}/external/meta-python2 \
+"