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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos
Commits
fc7928fb
Commit
fc7928fb
authored
Oct 22, 2021
by
Łukasz Nowak
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
Show 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 =
...
@@ -4,12 +4,17 @@ extends =
parts =
parts =
meson
meson
[meson-0.57.2]
<= meson
version = 0.57.2
md5sum = 4a07b6d42d7a46a6b6e9604fae7da9aa
[meson]
[meson]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://github.com/mesonbuild/meson/releases/download/${:version}/meson-${:version}.tar.gz
url = https://github.com/mesonbuild/meson/releases/download/${:version}/meson-${:version}.tar.gz
version = 0.5
7
.2
version = 0.5
9
.2
md5sum =
4a07b6d42d7a46a6b6e9604fae7da9aa
md5sum =
9d65e09b53b1dfab6339a0982176935d
configure-command = true
configure-command = true
make-binary = true
make-binary = true
post-install =
post-install =
...
...
component/qemu-kvm/buildout.cfg
View file @
fc7928fb
...
@@ -32,7 +32,7 @@ pre-configure =
...
@@ -32,7 +32,7 @@ pre-configure =
sed -i '/^libmigration\b/s/$/ dependencies: [zlib],/' meson.build
sed -i '/^libmigration\b/s/$/ dependencies: [zlib],/' meson.build
sed -i 's/\bsnappy,/zlib, \0/' dump/meson.build
sed -i 's/\bsnappy,/zlib, \0/' dump/meson.build
configure-options =
configure-options =
--meson=${meson:location}/bin/meson
--meson=${meson
-0.57.2
:location}/bin/meson
--ninja=${ninja:location}/bin/ninja
--ninja=${ninja:location}/bin/ninja
--target-list="$(uname -m 2>/dev/null|sed 's,^i[456]86$,i386,')-softmmu"
--target-list="$(uname -m 2>/dev/null|sed 's,^i[456]86$,i386,')-softmmu"
--enable-system
--enable-system
...
...
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