From a55bb1084356a8f5220c856c4221a9448ee55444 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Thu, 11 Aug 2005 22:02:40 +0000 Subject: 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... --- packages/uicmoc/uicmoc3-native_3.3.2.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'packages/uicmoc/uicmoc3-native_3.3.2.bb') 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 } -- cgit v1.2.3