diff mbox

Fix display of package version for KVM

Message ID 1253284704.3066.72.camel@mendozza.osrc.amd.com (mailing list archive)
State New, archived
Headers show

Commit Message

Frank Arnold Sept. 18, 2009, 2:38 p.m. UTC
The configure script is constructing the pkgversion correctly.
Due to some merge the same variable is getting purged again some
lines later.

Removing this line makes things work again.

Signed-off-by: Frank Arnold <frank.arnold@amd.com>
Acked-by: Andre Przywara <andre.przywara@amd.com>
---
 configure |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Juan Quintela Sept. 18, 2009, 3:35 p.m. UTC | #1
Frank Arnold <frank.arnold@amd.com> wrote:
> The configure script is constructing the pkgversion correctly.
> Due to some merge the same variable is getting purged again some
> lines later.
>
> Removing this line makes things work again.
>
> Signed-off-by: Frank Arnold <frank.arnold@amd.com>
> Acked-by: Andre Przywara <andre.przywara@amd.com>

Agreed.  I sent this same patch in the midle of my cleanup series.


> ---
>  configure |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index 97292d9..c80c6a5 100755
> --- a/configure
> +++ b/configure
> @@ -238,7 +238,6 @@ signalfd="no"
>  eventfd="no"
>  cpu_emulation="yes"
>  kvm_kmod="no"
> -pkgversion=""
>  check_utests="no"
>  user_pie="no"
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configure b/configure
index 97292d9..c80c6a5 100755
--- a/configure
+++ b/configure
@@ -238,7 +238,6 @@  signalfd="no"
 eventfd="no"
 cpu_emulation="yes"
 kvm_kmod="no"
-pkgversion=""
 check_utests="no"
 user_pie="no"