From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST] ts-xen-build-prep: install nasm Date: Mon, 2 Feb 2015 10:23:29 +0000 Message-ID: <1422872609.8361.9.camel@citrix.com> References: <1422744710-3570-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422744710-3570-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Sat, 2015-01-31 at 22:51 +0000, Wei Liu wrote: > OVMF requires nasm to build. I suppose this is a new requirement added by the mainline branch we just added? > > Signed-off-by: Wei Liu Acked-by: Ian Campbell > Cc: Ian Jackson > --- > ts-xen-build-prep | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ts-xen-build-prep b/ts-xen-build-prep > index a7d0d03..24a8b25 100755 > --- a/ts-xen-build-prep > +++ b/ts-xen-build-prep > @@ -178,7 +178,7 @@ sub prep () { > autoconf automake libtool xsltproc > libxml2-utils libxml2-dev libnl-dev > libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl > - ccache)); > + ccache nasm)); > > target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); > # workaround for Debian #595728