diff options
author | Holger Freyther <zecke@selfish.org> | 2005-08-11 22:02:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 22:02:40 +0000 |
commit | a55bb1084356a8f5220c856c4221a9448ee55444 (patch) | |
tree | 02800d6b609f3522bbacbb1b29fe0ced74d6b6a8 /packages | |
parent | 020cd0bc53849b297cae8737173c1fe8d5420898 (diff) |
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...
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uicmoc/uicmoc3-native_3.3.2.bb | 5 |
1 files changed, 0 insertions, 5 deletions
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 } |