Merge bk://openembedded@openembedded.bkbits.net/packages
authorHolger Freyther <zecke@selfish.org>
Sat, 7 Aug 2004 10:00:10 +0000 (10:00 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 7 Aug 2004 10:00:10 +0000 (10:00 +0000)
into debian.(none):/home/ich/programming/oe/oe-packages-exported

2004/08/06 16:39:13+02:00 handhelds.org!zecke
Upstream created a opie2/private include directory, we need to install at least one file to
it. This file is present in opie2/ and opie2/private and we need some discussion how to
handle private header files

BKrev: 4114a82a0ooOpPM29ysazOcu5C21CQ

libopie/libopie2_cvs.oe

index 8597051..d204515 100644 (file)
@@ -35,10 +35,12 @@ python __anonymous () {
 
 do_compile() {
        install -d ${STAGING_INCDIR}/opie2
+       install -d ${STAGING_INCDIR}/opie2/private
        for i in `find . -name "*.h"`
        do
                install -m 0644 $i ${STAGING_INCDIR}/opie2/`basename $i`
        done
+       install -m 0644 opiepim/private/vobject_p.h ${STAGING_INCDIR}/opie2/private/    
        oe_runmake MOC=${STAGING_BINDIR}/moc UIC=${STAGING_BINDIR}/uic DESTDIR=${S}
 }