diff options
author | Christopher Boyd <xpboyd@gmail.com> | 2019-10-23 17:03:00 -0400 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-23 18:14:36 -0300 |
commit | 218e7c48e6d7b95f61a9991c0d3c3bf4b38a34c4 (patch) | |
tree | a603c66a3b35e2c88381343328c02e060849ecb6 /dynamic-layers/qt5-layer | |
parent | 241c4f050c2a7a48a5d126452f1df07b253470bc (diff) | |
download | meta-freescale-218e7c48e6d7b95f61a9991c0d3c3bf4b38a34c4.tar.gz |
fix(qtbase): remove unnecessary patch
Diffstat (limited to 'dynamic-layers/qt5-layer')
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0016-Configure-eglfs-with-egl-pkg-config.patch | 13 | ||||
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0016-Configure-eglfs-with-egl-pkg-config.patch b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0016-Configure-eglfs-with-egl-pkg-config.patch deleted file mode 100644 index a245d79a..00000000 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0016-Configure-eglfs-with-egl-pkg-config.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: git/src/plugins/platforms/eglfs/eglfs-plugin.pro | ||
2 | =================================================================== | ||
3 | --- git.orig/src/plugins/platforms/eglfs/eglfs-plugin.pro 2017-01-04 16:54:05.000000000 -0600 | ||
4 | +++ git/src/plugins/platforms/eglfs/eglfs-plugin.pro 2017-01-04 16:56:25.000000000 -0600 | ||
5 | @@ -2,6 +2,8 @@ | ||
6 | |||
7 | QT += platformsupport-private eglfs_device_lib-private | ||
8 | |||
9 | +CONFIG += egl | ||
10 | + | ||
11 | SOURCES += $$PWD/qeglfsmain.cpp | ||
12 | |||
13 | OTHER_FILES += $$PWD/eglfs.json | ||
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 08a2cbe3..68eab915 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -11,7 +11,6 @@ SRC_URI_append_imxgpu2d = " \ | |||
11 | " | 11 | " |
12 | SRC_URI_APPEND_3D_NOT_X11 = " \ | 12 | SRC_URI_APPEND_3D_NOT_X11 = " \ |
13 | file://0015-Add-eglfs-to-IMX-GPU.patch \ | 13 | file://0015-Add-eglfs-to-IMX-GPU.patch \ |
14 | file://0016-Configure-eglfs-with-egl-pkg-config.patch \ | ||
15 | " | 14 | " |
16 | SRC_URI_append_imxgpu3d = " \ | 15 | SRC_URI_append_imxgpu3d = " \ |
17 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '${SRC_URI_APPEND_3D_NOT_X11}', d)} \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '${SRC_URI_APPEND_3D_NOT_X11}', d)} \ |