aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libqtaux
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-10-11 00:23:09 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-10-11 23:20:49 +0200
commit4af226e94d43549ddfaec09fd13980e434baf1b6 (patch)
treecdf61ae618d265fb77b81b25ec43bbcedea46fa1 /recipes/libqtaux
parentd39eee29fba5558754ec4810d3e49502b084dcb5 (diff)
downloadopenembedded-4af226e94d43549ddfaec09fd13980e434baf1b6.tar.gz
libqtaux: remove superfluous do_stage()
Diffstat (limited to 'recipes/libqtaux')
-rw-r--r--recipes/libqtaux/libqtaux2.inc18
1 files changed, 7 insertions, 11 deletions
diff --git a/recipes/libqtaux/libqtaux2.inc b/recipes/libqtaux/libqtaux2.inc
index d83c3608c9..d76f472fd6 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}
}