diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /bochs | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'bochs')
-rw-r--r-- | bochs/bochs_2.1.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bochs/bochs_2.1.oe b/bochs/bochs_2.1.oe index 3e85d749b9..fa92eca6d5 100644 --- a/bochs/bochs_2.1.oe +++ b/bochs/bochs_2.1.oe @@ -4,12 +4,12 @@ PRIORITY = "optional" RDEPENDS = "libc6 libsdl-qpe" DEPENDS = "virtual/libc libsdl-qpe" -SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \ - file://${FILESDIR}/compile.patch;patch=1 +SRC_URI = "${SOURCEFORGE_MIRROR}/bochs/bochs-${PV}.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1" inherit autotools libtool -EXTRA_OECONF = --without-x \ +EXTRA_OECONF = "--without-x \ --without-x11 \ --without-beos \ --without-win32 \ @@ -21,7 +21,7 @@ EXTRA_OECONF = --without-x \ --without-amigaos \ --with-sdl \ --without-svga \ - --without-wx + --without-wx" do_compile() { oe_runmake bochs bximage bxcommit |