From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- bochs/bochs_2.1.oe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bochs') 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 -- cgit v1.2.3