From: Michael Lauer Date: Mon, 24 Apr 2006 22:19:13 +0000 (+0000) Subject: bochs: flag as broken X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d926f0a60d6fb651d22b9ad8c93f7829250f19a7;p=openembedded.git bochs: flag as broken --- 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 \