[oe-commits] Andrea Adami : libqtaux: remove superfluous do_stage()

git version control git at git.openembedded.org
Mon Oct 11 21:23:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4af226e94d43549ddfaec09fd13980e434baf1b6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4af226e94d43549ddfaec09fd13980e434baf1b6

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Oct 11 00:23:09 2010 +0200

libqtaux: remove superfluous do_stage()

---

 recipes/libqtaux/libqtaux2.inc |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/recipes/libqtaux/libqtaux2.inc b/recipes/libqtaux/libqtaux2.inc
index d83c360..d76f472 100644
--- a/recipes/libqtaux/libqtaux2.inc
+++ b/recipes/libqtaux/libqtaux2.inc
@@ -9,18 +9,14 @@ S = "${WORKDIR}/libqtaux"
 inherit opie
 
 do_compile() {
-	install -d ${STAGING_INCDIR}/opie2
-	for i in `find . -name "*.h"`
-	do
-		install -m 0644 $i ${STAGING_INCDIR}/opie2/`basename $i`
-	done
-	oe_runmake MOC=${STAGING_BINDIR_NATIVE}/moc UIC=${STAGING_BINDIR_NATIVE}/uic DESTDIR=${S}
-}
-
-do_stage() {
-	oe_libinstall -so libqtaux2 ${STAGING_LIBDIR}
+        install -d ${STAGING_INCDIR}/opie2
+        for i in `find . -name "*.h"`
+        do
+                install -m 0644 $i ${STAGING_INCDIR}/opie2/`basename $i`
+        done
+        oe_runmake MOC=${STAGING_BINDIR_NATIVE}/moc UIC=${STAGING_BINDIR_NATIVE}/uic DESTDIR=${S}
 }
 
 do_install() {
-	oe_libinstall -so libqtaux2 ${D}${libdir}
+        oe_libinstall -so libqtaux2 ${D}${libdir}
 }





More information about the Openembedded-commits mailing list