[OE-core] [oe][PATCH 1/3] libfm: update to 1.2.3

Burton, Ross ross.burton at intel.com
Wed Jan 7 15:17:41 UTC 2015


Hi Max,

On 2 January 2015 at 21:25, Max Krummenacher <max.oss.09 at gmail.com> wrote:

> +do_install_append () {
> +    # remove files which are part of libfm-extra
> +    rm -f ${D}/usr/include/libfm-1.0/fm-xml-file.h
> +    rm -f ${D}/usr/include/libfm-1.0/fm-version.h
> +    rm -f ${D}/usr/include/libfm-1.0/fm-extra.h
> +    rm -f ${D}/usr/lib/pkgconfig/libfm-extra.pc
> +    rm -f ${D}/usr/lib/libfm-extra.so*
> +    rm -f ${D}/usr/lib/libfm-extra.a
> +    rm -f ${D}/usr/lib/libfm-extra.la
> +}
>

Don't use absolute paths such as /usr/lib/ as those paths are not constant
- multilib environments or x32 for example use different values for
${libdir}.

https://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/150/steps/BuildImages/logs/stdio
is an example of how this can break the build.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150107/3cb9c3d1/attachment-0002.html>


More information about the Openembedded-core mailing list