[OE-core] [PATCH 7/8] irda-utils: obey LDFLAGS

Burton, Ross ross.burton at intel.com
Thu Sep 4 10:48:14 UTC 2014


On 3 September 2014 18:27, Christopher Larson <kergoth at gmail.com> wrote:
> +++ b/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/ldflags.patch

Missing patch header.

> -export SYS_INCLUDES="-I${STAGING_INCDIR}"
> -
>  inherit autotools-brokensep update-rc.d
>
> +EXTRA_OEMAKE = "\
> +    'CC=${CC}' \
> +    'LD=${LD}' \
> +    'CFLAGS=${CFLAGS}' \
> +    'LDFLAGS=${LDFLAGS}' \
> +    'SYS_INCLUDES=' \
> +    'V=1' \

The autotools inherit appears to be redundant and can be removed too
if you're cleaning up the build.

Ross



More information about the Openembedded-core mailing list