diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-24 22:19:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-24 22:19:13 +0000 |
commit | d926f0a60d6fb651d22b9ad8c93f7829250f19a7 (patch) | |
tree | 9eadc7243990eb5c2b0b4f3a74735f2e1fcb11a7 | |
parent | c8da4bf22b36500ab8a557b67f9fbdcc98304657 (diff) |
bochs: flag as broken
-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 \ |