[oe] A patch for autotools.bbclas which correct .la file

Julian Chu julian_chu at openmoko.com
Thu Oct 30 10:19:04 UTC 2008


Hi,

        dependency path of some .la files in -dev.ipk were wrong. Which contains a value like
        dependency_libs=' -L/home/YOUR/oe/staging/arm-angstrom-linux-gnueabi/usr/lib'

        in -dev package, it should have value like
        dependency_libs='-L/usr/lib'

        It supposed to be replaced by autotools.bbclass. However, it
        doesn't work when a recipe inherit autotools and overwrite do_install.

        The attachment is a patch which works for me. Hopes it help.

Best Regards,

-Julian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001--autotools-Adding-do_install_append-to-autotools.patch
Type: text/x-diff
Size: 1665 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20081030/580f1212/attachment-0002.bin>


More information about the Openembedded-devel mailing list