diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bochs/bochs_2.1.bb | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/packages/bochs/bochs_2.1.bb b/packages/bochs/bochs_2.1.bb index a9aed3a08c..1ae3a23314 100644 --- a/packages/bochs/bochs_2.1.bb +++ b/packages/bochs/bochs_2.1.bb @@ -1,13 +1,17 @@ -DESCRIPTION = "x86 Emulator based on SDL" -SECTION = "base" -PRIORITY = "optional" -DEPENDS = "libsdl-qpe" +DESCRIPTION = "An x86 Emulator based on SDL." +HOMEPAGE = "http://bochs.sf.net" LICENSE = "GPL" +PR = "r1" + +# needs a patch for recent g++ +BROKEN = "1" + +APPIMAGE = "doc/docbook/images/dlxlinux-in-linux.png" SRC_URI = "${SOURCEFORGE_MIRROR}/bochs/bochs-${PV}.tar.gz \ file://compile.patch;patch=1" -inherit autotools +inherit autotools sdl EXTRA_OECONF = "--without-x \ --without-x11 \ |