diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-12-18 19:52:56 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-12-22 13:59:05 -0800 |
| commit | 3743215be11e1e0c30f0e87c83ea50448d063e6b (patch) | |
| tree | 4ccd83dcaf2e34ac5a0cf64f20d3b4a8508044b5 | |
| parent | f8c4ca040ee48f0b63a134b6cd2fadbc7014dfdc (diff) | |
| download | meta-xilinx-3743215be11e1e0c30f0e87c83ea50448d063e6b.tar.gz | |
qemu-xilinx: Fix patch puzz warning during do_patch
Rework 0001-Add-enable-disable-udev.patch to fix patch fuzz warnings
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-devtools/qemu/files/0001-Add-enable-disable-udev.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/files/0001-Add-enable-disable-udev.patch b/meta-xilinx-bsp/recipes-devtools/qemu/files/0001-Add-enable-disable-udev.patch index c2c5849d..f38862fa 100644 --- a/meta-xilinx-bsp/recipes-devtools/qemu/files/0001-Add-enable-disable-udev.patch +++ b/meta-xilinx-bsp/recipes-devtools/qemu/files/0001-Add-enable-disable-udev.patch | |||
| @@ -1,21 +1,23 @@ | |||
| 1 | From a471cf4e4c73350e090eb2cd87ec959d138012e5 Mon Sep 17 00:00:00 2001 | 1 | From 96f204df74f7dde5f4c9ad6e6eefc2d46219ccd9 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jeremy Puhlman <jpuhlman@mvista.com> | 2 | From: Jeremy Puhlman <jpuhlman@mvista.com> |
| 3 | Date: Thu, 19 Mar 2020 11:54:26 -0700 | 3 | Date: Thu, 19 Mar 2020 11:54:26 -0700 |
| 4 | Subject: [PATCH] Add enable/disable libudev | 4 | Subject: [PATCH] Add enable/disable libudev |
| 5 | 5 | ||
| 6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
| 7 | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> | 7 | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> |
| 8 | |||
| 9 | %% original patch: 0001-Add-enable-disable-udev.patch | ||
| 8 | --- | 10 | --- |
| 9 | configure | 4 ++++ | 11 | configure | 4 ++++ |
| 10 | 1 file changed, 4 insertions(+) | 12 | 1 file changed, 4 insertions(+) |
| 11 | 13 | ||
| 12 | diff --git a/configure b/configure | 14 | diff --git a/configure b/configure |
| 13 | index cac271c..bd116eb 100755 | 15 | index c9a4e73..75f9773 100755 |
| 14 | --- a/configure | 16 | --- a/configure |
| 15 | +++ b/configure | 17 | +++ b/configure |
| 16 | @@ -1539,6 +1539,10 @@ for opt do | 18 | @@ -1606,6 +1606,10 @@ for opt do |
| 17 | ;; | 19 | ;; |
| 18 | --disable-plugins) plugins="no" | 20 | --gdb=*) gdb_bin="$optarg" |
| 19 | ;; | 21 | ;; |
| 20 | + --enable-libudev) libudev="yes" | 22 | + --enable-libudev) libudev="yes" |
| 21 | + ;; | 23 | + ;; |
| @@ -25,5 +27,5 @@ index cac271c..bd116eb 100755 | |||
| 25 | echo "ERROR: unknown option $opt" | 27 | echo "ERROR: unknown option $opt" |
| 26 | echo "Try '$0 --help' for more information" | 28 | echo "Try '$0 --help' for more information" |
| 27 | -- | 29 | -- |
| 28 | 1.8.3.1 | 30 | 2.7.4 |
| 29 | 31 | ||
