[oe-commits] Marc Reilly : qwt: convert tabs to spaces.

git at git.openembedded.org git at git.openembedded.org
Mon Aug 27 12:48:06 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 312b7ed8ab03845db8e1b8c78245b077b6e7e0d5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=312b7ed8ab03845db8e1b8c78245b077b6e7e0d5

Author: Marc Reilly <marc at cpdesign.com.au>
Date:   Tue Aug 21 01:54:27 2012 +0000

qwt: convert tabs to spaces.

Signed-off-by: Marc Reilly <marc at cpdesign.com.au>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-qt/qwt/qwt.inc |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/meta-oe/recipes-qt/qwt/qwt.inc b/meta-oe/recipes-qt/qwt/qwt.inc
index a9289f7..50f4e2a 100644
--- a/meta-oe/recipes-qt/qwt/qwt.inc
+++ b/meta-oe/recipes-qt/qwt/qwt.inc
@@ -12,22 +12,22 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tar.bz2;name=qwt \
 S = "${WORKDIR}/qwt-${PV}"
 
 do_configure_prepend() {
-	sed -i -e 's:RELEASE_SUFFIX      = :RELEASE_SUFFIX      = ${QT_LIBINFIX}:' *.pri
-	sed -i -e 's:qtAddLibrary(qwt:qtAddLibrary(qwt)${QT_LIBINFIX}:g' *.prf
-	sed -e 's/# QWT_CONFIG     += QwtExamples/QWT_CONFIG     += QwtExamples/g' -i qwtconfig.pri
-	sed -i -e 's:/usr/local/qwt-$$QWT_VERSION:${D}${prefix}:g' ${S}/*.pri
+    sed -i -e 's:RELEASE_SUFFIX      = :RELEASE_SUFFIX      = ${QT_LIBINFIX}:' *.pri
+    sed -i -e 's:qtAddLibrary(qwt:qtAddLibrary(qwt)${QT_LIBINFIX}:g' *.prf
+    sed -e 's/# QWT_CONFIG     += QwtExamples/QWT_CONFIG     += QwtExamples/g' -i qwtconfig.pri
+    sed -i -e 's:/usr/local/qwt-$$QWT_VERSION:${D}${prefix}:g' ${S}/*.pri
 }
 
 do_install() {
-	oe_runmake -e install
-	install -d ${D}${datadir}/doc/${PN}
-	mv ${D}${prefix}/doc/* ${D}${datadir}/doc/${PN}/
-	cd ${S}/examples
-	install -d ${D}/${bindir}
-	cd bin${QT_LIBINFIX}/
-	for i in * ; do
-		cp -pPR ${i} ${D}/${bindir}/${i}${QT_LIBINFIX}
-	done
+    oe_runmake -e install
+    install -d ${D}${datadir}/doc/${PN}
+    mv ${D}${prefix}/doc/* ${D}${datadir}/doc/${PN}/
+    cd ${S}/examples
+    install -d ${D}/${bindir}
+    cd bin${QT_LIBINFIX}/
+    for i in * ; do
+        cp -pPR ${i} ${D}/${bindir}/${i}${QT_LIBINFIX}
+    done
 }
 
 PACKAGES_prepend = "${PN}-examples "





More information about the Openembedded-commits mailing list