diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-23 12:30:36 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:34 -0300 |
| commit | 31595cbae227c397edb4322d94b7bcc0cfb64042 (patch) | |
| tree | 4379e13cbe25533c271379cd3d1d7276abf85df5 | |
| parent | bb12213360d05b54df9f7e5f52ded4ff11e9d8df (diff) | |
| download | meta-freescale-31595cbae227c397edb4322d94b7bcc0cfb64042.tar.gz | |
qt5: Remove redundant PACKAGE_ARCH setting
The PACKAGE_ARCH is now dynamically set for package which depends on
GPU libraries.
Change-Id: I0d14dce02fc5263a403ad3b0b55b1e67ccae0c5a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend | 3 | ||||
| -rw-r--r-- | meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend index 33f0e8bbb..1670f19bf 100644 --- a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend +++ b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend | |||
| @@ -18,9 +18,6 @@ QT_TSLIB_mx6 = "-tslib" | |||
| 18 | TSLIB_DEPENDS_mx5 = "tslib" | 18 | TSLIB_DEPENDS_mx5 = "tslib" |
| 19 | QT_TSLIB_mx5 = "-tslib" | 19 | QT_TSLIB_mx5 = "-tslib" |
| 20 | 20 | ||
| 21 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | ||
| 22 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | ||
| 23 | |||
| 24 | FILESEXTRAPATHS_prepend_mx5 := "${THISDIR}/${PN}:" | 21 | FILESEXTRAPATHS_prepend_mx5 := "${THISDIR}/${PN}:" |
| 25 | SRC_URI_append_mx5 += " \ | 22 | SRC_URI_append_mx5 += " \ |
| 26 | file://qeglfshooks_imx5.cpp \ | 23 | file://qeglfshooks_imx5.cpp \ |
diff --git a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend index 33f0e8bbb..1670f19bf 100644 --- a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend +++ b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend | |||
| @@ -18,9 +18,6 @@ QT_TSLIB_mx6 = "-tslib" | |||
| 18 | TSLIB_DEPENDS_mx5 = "tslib" | 18 | TSLIB_DEPENDS_mx5 = "tslib" |
| 19 | QT_TSLIB_mx5 = "-tslib" | 19 | QT_TSLIB_mx5 = "-tslib" |
| 20 | 20 | ||
| 21 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | ||
| 22 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | ||
| 23 | |||
| 24 | FILESEXTRAPATHS_prepend_mx5 := "${THISDIR}/${PN}:" | 21 | FILESEXTRAPATHS_prepend_mx5 := "${THISDIR}/${PN}:" |
| 25 | SRC_URI_append_mx5 += " \ | 22 | SRC_URI_append_mx5 += " \ |
| 26 | file://qeglfshooks_imx5.cpp \ | 23 | file://qeglfshooks_imx5.cpp \ |
