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 | f84551364af7b28bc2af7fedc3d601203a419725 (patch) | |
tree | 484cbbe7258e036cf6d5dc4924b5b3c75f846309 /qt5-layer/recipes-qt | |
parent | 9ba936cf4e2f22c35774380618a23308fd571fc4 (diff) | |
download | meta-fsl-arm-f84551364af7b28bc2af7fedc3d601203a419725.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>
Diffstat (limited to 'qt5-layer/recipes-qt')
-rw-r--r-- | qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend | 3 | ||||
-rw-r--r-- | qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend index 33f0e8b..1670f19 100644 --- a/qt5-layer/recipes-qt/qt5/qtbase_5.0.2.bbappend +++ b/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/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend index 33f0e8b..1670f19 100644 --- a/qt5-layer/recipes-qt/qt5/qtbase_5.1.0.bbappend +++ b/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 \ |