summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/files/add-libssh2-options.patch
blob: 07b9350e446e00517561f872e0da1fb1fa8aa9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Upstream-Status: Inappropriate [configuration]

Freescale qemu configure do not include libssh2 options.
In order to configure pass , dummy libssh2 options is added to 
freescale qemu configure

Signed-off-by: Chunrong Guo <b40290@freescale.com>


--- a/configure.old	2014-05-26 12:08:09.000000000 +0800
+++ b/configure	2014-05-26 12:10:23.000000000 +0800
@@ -897,6 +897,10 @@
   ;;
   --enable-virtio-blk-data-plane) virtio_blk_data_plane="yes"
   ;;
+  --disable-libssh2) libssh2="no"
+  ;;
+  --enable-libssh2) libssh2="yes"
+  ;;
   --disable-gtk) gtk="no"
   ;;
   --enable-gtk) gtk="yes"