diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-02 13:06:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 13:06:48 -0300 |
commit | 9a926da11383733c50073f7e3e7fc08c9ed064fe (patch) | |
tree | 13f4426cefdf0ec30ab38b86490b30478178b1ca /dynamic-layers/qt4-layer | |
parent | 04a7bbdddfe9cfd41e93f127fed41293cde79741 (diff) | |
parent | 286385e3b2b6d6b4c60faf14fd3170ec2279139e (diff) | |
download | meta-freescale-9a926da11383733c50073f7e3e7fc08c9ed064fe.tar.gz |
Merge pull request #992 from thochstein/master
dynamic-layers: Update SOC overrides
Diffstat (limited to 'dynamic-layers/qt4-layer')
-rw-r--r-- | dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc index 8950c151b..03e09e579 100644 --- a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc +++ b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc | |||
@@ -22,7 +22,7 @@ QT_CONFIG_FLAGS:append:imxgpu2d = " -I${STAGING_KERNEL_DIR}/include/uapi \ | |||
22 | -DQT_QPA_EXPERIMENTAL_TOUCHEVENT=1" | 22 | -DQT_QPA_EXPERIMENTAL_TOUCHEVENT=1" |
23 | 23 | ||
24 | # The QT_CONFIG_FLAGS can pollute *.la files with -Dxxx | 24 | # The QT_CONFIG_FLAGS can pollute *.la files with -Dxxx |
25 | do_compile:append:mx6 () { | 25 | do_compile:append:mx6-nxp-bsp () { |
26 | find lib -name "*.la" | xargs -n1 sed -i 's/-D.*=1//g' | 26 | find lib -name "*.la" | xargs -n1 sed -i 's/-D.*=1//g' |
27 | } | 27 | } |
28 | 28 | ||