Here is the bb file:

LICENSE = "GPL"
DESCRIPTION = "DCE try1"
SECTION = "console/util"
MAINTAINER = "me"
SRC_URI = 
"svn://svn.plutohome.com/pluto/trunk/src;module=DCE;proto=http;rev=11103 \
           
svn://svn.plutohome.com/pluto/trunk/src;module=PlutoUtils;proto=http;rev=11103 \
           
svn://svn.plutohome.com/pluto/trunk/src;module=SerializeClass;proto=http;rev=11103
 \
           
svn://svn.plutohome.com/pluto/trunk/src;module=pluto_main;proto=http;rev=11103 \
           
svn://svn.plutohome.com/pluto/trunk/src;module=RA;proto=http;rev=11103"

S = "${WORKDIR}/DCE

DEPENDS = "mysql serializeclass"

inherit autotools

do_stage() {
        oe_libinstall -so libDCEcommon ${STAGING_LIBDIR}
}

do_install() {
        install -d ${D}${libdir}
        install -m 644 libDCEcommon.so ${D}${libdir}
}

I appreciate any help you can provide

Thanks,
Rob


 -------------- Original message ----------------------
From: "Dirk Opfer" <[EMAIL PROTECTED]>
> > I am now trying to build the last dependency for this. However,
> > I am now getting an error in do_patchcleancmd.
> >
> > Here is the error:
> >
> > NOTE: package dce-1.1.1-r0: task do_patch: started
> > ERROR: function do_patchcleancmd failed
> > ERROR: log data follows
> > (/home/oc60174/oe/build/tmp/work/dce-1.1.1-r0/temp/log.do_patchcleancmd.8263)
> > |
> > /home/oc60174/oe/build/tmp/work/dce-1.1.1-r0/temp/run.do_patchcleancmd.8263:
> > line 419: syntax error near unexpected token `else'
> > NOTE: Task failed:
> > /home/oc60174/oe/build/tmp/work/dce-1.1.1-r0/temp/log.do_patchcleancmd.8263
> > NOTE: package dce-1.1.1-r0: task do_patch: failed
> > ERROR: TaskFailed event exception, aborting
> > NOTE: package dce-1.1.1: failed
> > ERROR: Build of dce failed
> >
> > Here is the code around line 419 in run.do_patchcleancmd.8263
> >
> > oe_runconf() {
> >         if [ -x
> > "/home/oc60174/oe/build/tmp/work/dce-1.1.1-r0/DCE/configure ] ;
> > then
> >   cfgcmd=""/home/oc60174/oe/build/tmp/work/dce-1.1.1-r0/DCE/configure \
>             ^
>             |
> This looks strange. Can you post your complete bb-file?
> 
> Dirk
> 
> _______________________________________________
> Oe mailing list
> [email protected]
> https://www.handhelds.org/mailman/listinfo/oe


_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to