diff options
Diffstat (limited to 'recipes-devtools/qemu/files/add-libssh2-options.patch')
-rw-r--r-- | recipes-devtools/qemu/files/add-libssh2-options.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/files/add-libssh2-options.patch b/recipes-devtools/qemu/files/add-libssh2-options.patch new file mode 100644 index 0000000..07b9350 --- /dev/null +++ b/recipes-devtools/qemu/files/add-libssh2-options.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Freescale qemu configure do not include libssh2 options. | ||
4 | In order to configure pass , dummy libssh2 options is added to | ||
5 | freescale qemu configure | ||
6 | |||
7 | Signed-off-by: Chunrong Guo <b40290@freescale.com> | ||
8 | |||
9 | |||
10 | --- a/configure.old 2014-05-26 12:08:09.000000000 +0800 | ||
11 | +++ b/configure 2014-05-26 12:10:23.000000000 +0800 | ||
12 | @@ -897,6 +897,10 @@ | ||
13 | ;; | ||
14 | --enable-virtio-blk-data-plane) virtio_blk_data_plane="yes" | ||
15 | ;; | ||
16 | + --disable-libssh2) libssh2="no" | ||
17 | + ;; | ||
18 | + --enable-libssh2) libssh2="yes" | ||
19 | + ;; | ||
20 | --disable-gtk) gtk="no" | ||
21 | ;; | ||
22 | --enable-gtk) gtk="yes" | ||