Use slapos.recipe.cmmi new features to detect plaftorm if possible.

parent 5797be9c
......@@ -17,7 +17,6 @@ recipe = slapos.recipe.cmmi
url = http://wiki.qemu-project.org/download/qemu-1.4.1.tar.bz2
md5sum = eb2d696956324722b5ecfa46e41f9a75
configure-options =
--target-list="x86_64-softmmu i386-softmmu"
--enable-system
--with-system-pixman
--disable-sdl
......@@ -37,4 +36,14 @@ configure-options =
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${gnutls:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${pixman:location}/lib/pkgconfig
LDFLAGS=-L${pixman:location}/lib -Wl,-rpath=${pixman:location}/lib
\ No newline at end of file
LDFLAGS=-L${pixman:location}/lib -Wl,-rpath=${pixman:location}/lib
[amd64-linux-kvm]
configure-options =
--target-list=x86_64-softmmu
${kvm:configure-options}
[x86-linux-kvm]
configure-options =
--target-list=i386-softmmu
${kvm:configure-options}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment