qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 8e242b: meson: use dependency() to find libjp


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 8e242b: meson: use dependency() to find libjpeg
Date: Thu, 26 Nov 2020 09:11:14 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 8e242b3cb4cb9f7c2eeeec12a79d99a12c8e0ecf
      
https://github.com/qemu/qemu/commit/8e242b3cb4cb9f7c2eeeec12a79d99a12c8e0ecf
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  meson: use dependency() to find libjpeg

Prefer pkg-config to find_library because some installations of libjpeg
may place it outside the default search path.

Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 8e84bf984a9870f1bb769ead56846b3385aafb64
      
https://github.com/qemu/qemu/commit/8e84bf984a9870f1bb769ead56846b3385aafb64
  Author: Olaf Hering <olaf@aepfle.de>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: remove python pkg_resources check

Since meson.git#0240d760c7699a059cc89e584363c6431cdd2b61 setuptools is not 
required anymore.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201124211925.4194-1-olaf@aepfle.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 92ea0270179839aee4e5addb6518945fe31c21e4
      
https://github.com/qemu/qemu/commit/92ea0270179839aee4e5addb6518945fe31c21e4
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M .cirrus.yml
    M tests/docker/dockerfiles/debian10.docker
    M tests/docker/dockerfiles/fedora-win32-cross.docker
    M tests/docker/dockerfiles/fedora-win64-cross.docker
    M tests/vm/freebsd
    M tests/vm/haiku.x86_64
    M tests/vm/netbsd
    M tests/vm/openbsd

  Log Message:
  -----------
  tests/docker, tests/vm: remove setuptools from images

Setuptools is not needed anymore by the bundled copy of meson,
remove it.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 24bdcc9608fad3dce2bcf3362722493f1ba0f3eb
      
https://github.com/qemu/qemu/commit/24bdcc9608fad3dce2bcf3362722493f1ba0f3eb
  Author: Stefan Weil <sw@weilnetz.de>
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  nsis: Fix build for 64 bit installer

Pass cpu instead of cpu_family to the NSIS installer script.

That script checks for "x86_64" which is the cpu value,
while cpu_family is "x86".

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20201125191833.964753-1-sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 6cfdaa88cfde716ebc8538f60a9648483049edf4
      
https://github.com/qemu/qemu/commit/6cfdaa88cfde716ebc8538f60a9648483049edf4
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
    M .cirrus.yml
    M configure
    M meson.build
    M tests/docker/dockerfiles/debian10.docker
    M tests/docker/dockerfiles/fedora-win32-cross.docker
    M tests/docker/dockerfiles/fedora-win64-cross.docker
    M tests/vm/freebsd
    M tests/vm/haiku.x86_64
    M tests/vm/netbsd
    M tests/vm/openbsd

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into 
staging

Remove obsolete setuptools dependency and fix Stefan's
Win32 builds.

# gpg: Signature made Thu 26 Nov 2020 14:21:28 GMT
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
#      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83

* remotes/bonzini-gitlab/tags/for-upstream:
  nsis: Fix build for 64 bit installer
  tests/docker, tests/vm: remove setuptools from images
  configure: remove python pkg_resources check
  meson: use dependency() to find libjpeg

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/dd3d2340c407...6cfdaa88cfde



reply via email to

[Prev in Thread] Current Thread [Next in Thread]