Ok, this is what I ended up with in the .bb file:

LICENSE = "GPL"
DESCRIPTION = "SerializeClass try 1"
SECTION = "console/util"
MAINTAINER = "me"
SRC_URI = 
"svn://svn.plutohome.com/pluto/trunk/src;module=SerializeClass;proto=http \
           svn://svn.plutohome.com/pluto/trunk/src;module=PlutoUtils;proto=http"


S = "${WORKDIR}/SerializeClass"

inherit autotools

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

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

This is where the files ended up:
~/oe/build/tmp/staging/arm-linux/include/SerializeClass.h
~/oe/build/tmp/work/serializeclass-1.1.1-r0/install/serializeclass-dev/usr/lib/libSerializeClass.so
~/oe/build/tmp/staging/arm-linux/lib/libSerializeClass.so

Does that look about right?

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

Reply via email to