All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] nasm: fix COMPATIBLE_HOST to match any vendor
@ 2009-08-17 13:29 Michael Smith
  2009-08-17 13:29 ` [PATCH 2/3] mtools: don't install-info; fixes build on non-Debian hosts Michael Smith
  2009-08-17 14:09 ` [PATCH 1/3] nasm: fix COMPATIBLE_HOST to match any vendor Holger Hans Peter Freyther
  0 siblings, 2 replies; 16+ messages in thread
From: Michael Smith @ 2009-08-17 13:29 UTC (permalink / raw)
  To: openembedded-devel

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@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"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2"
 
-- 
1.6.3




^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-08-19 12:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-17 13:29 [PATCH 1/3] nasm: fix COMPATIBLE_HOST to match any vendor Michael Smith
2009-08-17 13:29 ` [PATCH 2/3] mtools: don't install-info; fixes build on non-Debian hosts Michael Smith
2009-08-17 13:29   ` [PATCH 3/3] syslinux: upgrade to 3.82 and split into a few packages Michael Smith
2009-08-17 14:12     ` Holger Hans Peter Freyther
2009-08-17 15:35       ` Michael Smith
2009-08-17 18:29         ` Roman I Khimov
2009-08-17 18:45           ` Michael Smith
2009-08-18  9:04             ` Roman I Khimov
2009-08-18 18:15               ` x86_64 multilib Michael Smith
2009-08-18 19:42                 ` Roman I Khimov
2009-08-19 12:35       ` [PATCH 3/3] syslinux: upgrade to 3.82 and split into a fewPackages marcin
2009-08-17 14:11   ` [PATCH 2/3] mtools: don't install-info; fixes build on non-Debian hosts Holger Hans Peter Freyther
2009-08-18  9:02     ` Otavio Salvador
2009-08-18 10:35       ` Koen Kooi
2009-08-18 13:55       ` Michael Smith
2009-08-17 14:09 ` [PATCH 1/3] nasm: fix COMPATIBLE_HOST to match any vendor Holger Hans Peter Freyther

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.