From f8e0a7aba4d6b7724d7526ada0ba2dfd12e1e4bf Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 2 May 2004 16:50:27 +0000 Subject: use COMPATIBLE_HOST - patch courtesy pb_. BKrev: 409526d3jhKUl1ZZEaB6xgfdPSA_Qg --- nasm/nasm_0.98.38.oe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe index e69de29bb2..4fcc54aed4 100644 --- a/nasm/nasm_0.98.38.oe +++ b/nasm/nasm_0.98.38.oe @@ -0,0 +1,15 @@ +SECTION = "devel" +DESCRIPTION = "General-purpose x86 assembler" +MAINTAINER = "Phil Blundell " +COMPATIBLE_HOST = 'i.86.*-linux' + +SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/nasm/nasm-${PV}.tar.bz2" + +inherit autotools + +do_install() { + install -d ${D}/${bindir} + install -d ${D}/${datadir}/man/man1 + + oe_runmake 'INSTALLROOT=${D}' install +} -- cgit v1.2.3