[EMAIL PROTECTED] schrieb:
> Dirk,
> Thanks for all of your help! I'm starting to figure this out little by little.
>
> Ok, I have gone back to SerializeClass because it is the easiest (fewest 
> dependencies). I used quilt to create the patch file as you instructed and it 
> compiles and creates a libSerializeClass.so in the staging dir however, file 
> libSerializeClass.so still gives me:
>
> libSerializeClass.so: ELF 32-bit LSB shared object, Intel 80386, version 1 
> (SYSV), not stripped
>
> So I am clearly not doing something correctly :-(
>
> Here is the patch (serializeclass_make.patch):
>
> And here is the updated serializeclass_1.1.1.bb file:
>
> LICENSE = "GPL"
> DESCRIPTION = "SerializeClass try 2"
> SECTION = "console/util"
> MAINTAINER = "me"
> SRC_URI = 
> "svn://svn.plutohome.com/pluto/trunk/src;module=SerializeClass;proto=http;rev=11103
>  \
>            
> svn://svn.plutohome.com/pluto/trunk/src;module=PlutoUtils;proto=http;rev=11103
>  \
>            file://serializeclass_make.patch"
>
>
>   
you need to teach bitbake to apply the patch:

           file://serializeclass_make.patch" -> 
file://serializeclass_make.patch;patch=1"


> One thing I did notice but am not sure it is significant is that the patch 
> file gets copied to:
> ~/oe/build/tmp/work/serializeclass-1.1.1-r0/
>
> and the Makefile is in 
> ~/oe/build/tmp/work/serializeclass-1.1.1-r0/SerializeClass/
>
> Also, if I look at the Makefile in 
> ~/oe/build/tmp/work/serializeclass-1.1.1-r0/SerializeClass/, it doesn't 
> appear to be changed.
>
> Again, thank you for all of your help on this! 
>
>
>   

Dirk

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

Reply via email to