summaryrefslogtreecommitdiffstats
path: root/package/qemu/qemu.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/qemu: add license informationYann E. MORIN2012-12-121-0/+5
| | | | | | | | QEMU is such a snakes-nest of licenses... :-/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Francois Perrad <fperrad@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu: needs libglib2Thomas Petazzoni2012-11-051-1/+1
| | | | | | | | Build error message is: glib-2.12 required to compile QEMU Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu: needs zlibThomas Petazzoni2012-11-051-1/+1
| | | | | | | | | Build error message is: Error: zlib check failed Make sure to have the zlib libs and headers installed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu: needs pkg-configThomas Petazzoni2012-11-051-1/+3
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.org/results/ccb7d6da503a81015275ff1e4ba9a564203932ec/build-end.log Even though the build failure happens on host-qemu, adding host-pkgconf to QEMU_DEPENDENCIES seems like the right thing to do since that this dependency will also be needed for the target qemu once it gets included. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* host-qemu: new packageFrancois Perrad2012-11-031-0/+82
only user mode for the current target architecture Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>