Mickey,
Thanks that helped. I have now gotten SerializeClass and PlutoUtils compiled. 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/config
ure \
                    --build=i686-linux \
                    --host=arm-linux \
                    --target=arm-linux \
                    --prefix=/usr \
                    --exec_prefix=/usr \
                    --bindir=/usr/bin \
                    --sbindir=/usr/sbin \
                    --libexecdir=/usr/libexec \
                    --datadir=/usr/share \
                    --sysconfdir=/etc \
                    --sharedstatedir=/usr/com \
                    --localstatedir=/var \
                    --libdir=/usr/lib \
                    --includedir=/usr/include \
                    --oldincludedir=/usr/include \
                    --infodir=/usr/share/info \
                    --mandir=/usr/share/man \
                        ${EXTRA_OECONF} \
                    $@"
                oenote "Running $cfgcmd..."
                $cfgcmd || oefatal "oe_runconf failed"
        else
                oefatal "no configure script found"
        fi

}

Any ideas?

Rob

 -------------- Original message ----------------------
From: Michael 'Mickey' Lauer <[EMAIL PROTECTED]>
> add ;rev=<theRevisionYouWant> to the SRC_URI line.
> 
> -- 
> Regards,
> 
> Michael 'Mickey' Lauer | FreeLancer | http://www.Vanille-Media.de
> 
> 
> _______________________________________________
> 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