packages/uicmoc/uicmoc3-native_3.3.2.bb:
authorHolger Freyther <zecke@selfish.org>
Thu, 11 Aug 2005 22:02:40 +0000 (22:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 11 Aug 2005 22:02:40 +0000 (22:02 +0000)
    -If the package is named uicmoc, install uic and moc
     do not stage static libaries and do to stage the header files.
     There is a reason we have qt2 and qt3 dir in staging and this
     is not because uicmoc3 can stage its Qt3 headers into STAGING_INCDIR
     directly.
     --cookies for some one...

packages/uicmoc/uicmoc3-native_3.3.2.bb

index 98d8af7..582fbe8 100644 (file)
@@ -30,9 +30,4 @@ do_configure() {
 do_stage() {
        install -m 0755 bin/moc ${STAGING_BINDIR}/moc3
        install -m 0755 bin/uic ${STAGING_BINDIR}/uic3
-       install -m 0655 lib/*.a ${STAGING_LIBDIR}/
-       for f in include/*.h
-       do
-               install -m 0644 $f ${STAGING_INCDIR}/
-       done
 }