From: Stefan Hajnoczi Date: Thu, 31 Mar 2016 12:26:05 +0000 (+0100) Subject: .travis.yml: add libnfs-dev for NFS block driver X-Git-Tag: TizenStudio_2.0_p4.0~6^2~12^2~6^2~184^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ca94085f12ade76509ec22a6dd59079422c9e15;p=sdk%2Femulator%2Fqemu.git .travis.yml: add libnfs-dev for NFS block driver Let's ensure that block/nfs.o is built in Travis. This patch depends on the following build fixes: 1. block/nfs: add missing #include "qapi/error.h" 2. block/nfs: add missing #include "qemu/cutils.h" This patch also depends on Travis adding libnfs-dev to the list of approved packages. This patch can be safely committed but will not do anything until the Travis maintainers allow libnfs-dev to be installed. Please see the GitHub Issue I raised here: https://github.com/travis-ci/apt-package-whitelist/issues/2788 Signed-off-by: Stefan Hajnoczi Signed-off-by: Alex Bennée --- diff --git a/.travis.yml b/.travis.yml index 50ac17f..beb98d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ addons: - libgtk-3-dev - libiscsi-dev - liblttng-ust-dev + - libnfs-dev - libncurses5-dev - libnss3-dev - libpixman-1-dev