summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu_0.12.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* qemu: Fix linking of the native package on Fedora 13Joshua Lock2010-06-151-7/+8
| | | | | | | | | Fedora 13 switched the default behaviour of the linker to no longer indirectly link to required libraries (i.e. dependencies of a library already linked to). Therefore we need to explicitly pass the depended on libraries into the linker for building to work on Fedora 13. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu: Update to 0.12.4Jeff Dike2010-06-071-0/+17
Renamed the recipe to 0.12.4. Moved the patches directory to qemu-0.12.4 - when it was named qemu-0.12, bitbake silently ignored the patches, and only failed when it came time to apply them. Added a FILESDIR to the git recipe and changed its PV to 0.12.4 so it can use the same patches as the normal recipe for now. Removed the series file - it wasn't needed. Signed-off-by: Jeff Dike <jdike@linux.intel.com>