mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00

OE-core enabled the picky QA check on Upstream-Status. commit b7fb91c797ab ("insane: add patch-status to default ERROR_QA") Add missing upstream-status respectively fix unknown 'unknown' state. strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
16 lines
502 B
Diff
16 lines
502 B
Diff
Upstream-Status: Pending
|
|
Index: git/mkspecs/linux-oe-g++/qmake.conf
|
|
===================================================================
|
|
--- git.orig/mkspecs/linux-oe-g++/qmake.conf 2017-06-26 10:20:57.139653321 -0500
|
|
+++ git/mkspecs/linux-oe-g++/qmake.conf 2017-06-26 10:30:12.000000000 -0500
|
|
@@ -39,5 +39,9 @@
|
|
|
|
include(../oe-device-extra.pri)
|
|
|
|
+QMAKE_LIBS_EGL += -lEGL
|
|
+QMAKE_LIBS_OPENGL_ES2 += -lEGL -lGLESv2
|
|
+QMAKE_LIBS_OPENVG += -lEGL -lOpenVG
|
|
+
|
|
load(device_config)
|
|
load(qt_config)
|