From d926f0a60d6fb651d22b9ad8c93f7829250f19a7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 24 Apr 2006 22:19:13 +0000 Subject: bochs: flag as broken --- packages/bochs/bochs_2.1.bb | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'packages/bochs') 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 \ -- cgit 1.2.3-korg