Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
fc7928fb
Commit
fc7928fb
authored
Oct 22, 2021
by
Łukasz Nowak
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/meson: Version up
Keep old version for compatbility with kvm.
parent
e02aa61c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
component/meson/buildout.cfg
component/meson/buildout.cfg
+7
-2
component/qemu-kvm/buildout.cfg
component/qemu-kvm/buildout.cfg
+1
-1
No files found.
component/meson/buildout.cfg
View file @
fc7928fb
...
...
@@ -4,12 +4,17 @@ extends =
parts =
meson
[meson-0.57.2]
<= meson
version = 0.57.2
md5sum = 4a07b6d42d7a46a6b6e9604fae7da9aa
[meson]
recipe = slapos.recipe.cmmi
shared = true
url = https://github.com/mesonbuild/meson/releases/download/${:version}/meson-${:version}.tar.gz
version = 0.5
7
.2
md5sum =
4a07b6d42d7a46a6b6e9604fae7da9aa
version = 0.5
9
.2
md5sum =
9d65e09b53b1dfab6339a0982176935d
configure-command = true
make-binary = true
post-install =
...
...
component/qemu-kvm/buildout.cfg
View file @
fc7928fb
...
...
@@ -32,7 +32,7 @@ pre-configure =
sed -i '/^libmigration\b/s/$/ dependencies: [zlib],/' meson.build
sed -i 's/\bsnappy,/zlib, \0/' dump/meson.build
configure-options =
--meson=${meson:location}/bin/meson
--meson=${meson
-0.57.2
:location}/bin/meson
--ninja=${ninja:location}/bin/ninja
--target-list="$(uname -m 2>/dev/null|sed 's,^i[456]86$,i386,')-softmmu"
--enable-system
...
...
Łukasz Nowak
@luke
mentioned in commit
c46d0c5b
·
Dec 23, 2021
mentioned in commit
c46d0c5b
mentioned in commit c46d0c5b87656e34e97e43c915144c5422291ccc
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment