[oe] [PATCH 1/3] nasm: fix COMPATIBLE_HOST to match any vendor

Holger Hans Peter Freyther holger+oe at freyther.de
Mon Aug 17 14:09:52 UTC 2009


On Monday 17 August 2009 15:29:01 Michael Smith wrote:
> On x86_64, it was looking for x86_64-linux, not x86_64-blah-linux;
> it broke the build for syslinux if a BUILD_VENDOR was set.
>
> Signed-off-by: Michael Smith <msmith at cbnco.com>
> ---
>  recipes/nasm/nasm_0.98.38.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/nasm/nasm_0.98.38.bb b/recipes/nasm/nasm_0.98.38.bb
> index 86e7f2b..abe47fe 100644
> --- a/recipes/nasm/nasm_0.98.38.bb
> +++ b/recipes/nasm/nasm_0.98.38.bb
> @@ -1,7 +1,8 @@
>  DESCRIPTION = "General-purpose x86 assembler"
>  SECTION = "devel"
>  LICENSE = "GPL"
> -COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
> +COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
> +PR = "r1"

Signed-off-by: Holger Hans Peter Freyther <zecke at selfish.org>

No need to bump the PR here. Whoever is landing it, please remove.




More information about the Openembedded-devel mailing list