From: Holger Freyther Date: Thu, 11 Aug 2005 22:02:40 +0000 (+0000) Subject: packages/uicmoc/uicmoc3-native_3.3.2.bb: X-Git-Tag: Release-2010-05/1~9453^2~3920^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55bb1084356a8f5220c856c4221a9448ee55444;p=openembedded.git packages/uicmoc/uicmoc3-native_3.3.2.bb: -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... --- diff --git a/packages/uicmoc/uicmoc3-native_3.3.2.bb b/packages/uicmoc/uicmoc3-native_3.3.2.bb index 98d8af763a..582fbe80ef 100644 --- a/packages/uicmoc/uicmoc3-native_3.3.2.bb +++ b/packages/uicmoc/uicmoc3-native_3.3.2.bb @@ -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 }