main/qemu: Override the pkver of upstream Alpine Linux.
This commit is contained in:
parent
a1c77ff5f9
commit
b856667d8f
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
pkgver=2.12.0
|
pkgver=9999
|
||||||
pkgrel=5
|
_pkgver=2.12.0
|
||||||
|
pkgrel=0
|
||||||
pkgdesc="QEMU is a generic machine emulator and virtualizer"
|
pkgdesc="QEMU is a generic machine emulator and virtualizer"
|
||||||
url="http://qemu.org/"
|
url="http://qemu.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -143,7 +144,7 @@ subpackages="$subpackages qemu-modules:_all_modules"
|
||||||
|
|
||||||
subpackages="$subpackages $pkgname-img" # -img must be declared the last
|
subpackages="$subpackages $pkgname-img" # -img must be declared the last
|
||||||
|
|
||||||
source="http://wiki.qemu-project.org/download/$pkgname-$pkgver.tar.xz
|
source="http://wiki.qemu-project.org/download/$pkgname-$_pkgver.tar.xz
|
||||||
0001-elfload-load-PIE-executables-to-right-address.patch
|
0001-elfload-load-PIE-executables-to-right-address.patch
|
||||||
0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch
|
0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch
|
||||||
0001-linux-user-fix-build-with-musl-on-aarch64.patch
|
0001-linux-user-fix-build-with-musl-on-aarch64.patch
|
||||||
|
@ -163,7 +164,7 @@ source="http://wiki.qemu-project.org/download/$pkgname-$pkgver.tar.xz
|
||||||
80-kvm.rules
|
80-kvm.rules
|
||||||
bridge.conf
|
bridge.conf
|
||||||
"
|
"
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$_pkgver"
|
||||||
|
|
||||||
# secfixes:
|
# secfixes:
|
||||||
# 2.8.1-r1:
|
# 2.8.1-r1:
|
||||||
|
|
Loading…
Reference in a new issue