mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
321 B
BlitzBasic
14 lines
321 B
BlitzBasic
LICENSE = "GPL"
|
|
PV = "0.8.0+cvs${SRCDATE}"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
|
|
file://configure.patch;patch=1 \
|
|
file://mouse_fix-r0.patch;patch=1 \
|
|
file://pl110_rgb-r0.patch;patch=1"
|
|
|
|
S = "${WORKDIR}/qemu"
|
|
|
|
inherit autotools
|
|
|