From 97738e9d62b613ea46cf8c5edb6accdff0d0b19a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 17 Apr 2013 16:33:22 +0200 Subject: qt5: unify indentation * use 4 spaces everywhere like meta-oe and other layers do now --- recipes-qt/qt5/qt5.inc | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'recipes-qt/qt5/qt5.inc') diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc index b8d09fe3..b3ab2103 100644 --- a/recipes-qt/qt5/qt5.inc +++ b/recipes-qt/qt5/qt5.inc @@ -35,24 +35,24 @@ QT_EXAMPLES ?= "-nomake examples" QT_DEMOS ?= "-nomake demos" QT_CONFIG_FLAGS += " \ - -release \ - -reduce-relocations \ - -shared \ - -silent \ - -glib \ - -no-pch \ - -no-rpath \ - -pkg-config \ - ${QT_SYSTEM_LIBS} \ - ${QT_NIS} \ - ${QT_CUPS} \ - ${QT_SQL_DRIVER_FLAGS} \ - ${QT_DISTRO_FLAGS} \ - ${QT_MODULE_FLAGS} \ - ${QT_GLFLAGS} \ - ${QT_TESTS} \ - ${QT_EXAMPLES} \ - ${QT_DEMOS} \ + -release \ + -reduce-relocations \ + -shared \ + -silent \ + -glib \ + -no-pch \ + -no-rpath \ + -pkg-config \ + ${QT_SYSTEM_LIBS} \ + ${QT_NIS} \ + ${QT_CUPS} \ + ${QT_SQL_DRIVER_FLAGS} \ + ${QT_DISTRO_FLAGS} \ + ${QT_MODULE_FLAGS} \ + ${QT_GLFLAGS} \ + ${QT_TESTS} \ + ${QT_EXAMPLES} \ + ${QT_DEMOS} \ " do_configure() { @@ -64,7 +64,6 @@ do_configure() { } do_compile() { - unset CFLAGS CXXFLAGS AR oe_runmake ${EXTRA_ENV} @@ -80,8 +79,8 @@ FILES_${PN}-plugins = "${libdir}/${QT_DIR_NAME}/plugins/*/*${SOLIBSDEV}" FILES_${PN}-plugins-dbg = "${libdir}/${QT_DIR_NAME}/plugins/*/.debug/*" FILES_${PN}-dev += " \ - ${libdir}/cmake/* \ - ${libdir}/*.prl \ - ${includedir}/qt5/* \ - ${datadir}/qt5/* \ + ${libdir}/cmake/* \ + ${libdir}/*.prl \ + ${includedir}/qt5/* \ + ${datadir}/qt5/* \ " -- cgit v1.2.3