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 --- portaudio/portaudio_0.0.19.oe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'portaudio') diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe index 7c1814ecf8..5f6f661886 100644 --- a/portaudio/portaudio_0.0.19.oe +++ b/portaudio/portaudio_0.0.19.oe @@ -5,17 +5,17 @@ MAINTAINER = "Michael Lauer " RDEPENDS = "libc6" DEPENDS = "virtual/libc" -SRC_URI=http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \ - file://${FILESDIR}/flags.patch;patch=1 +SRC_URI = "http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" S = "${WORKDIR}/portaudio" inherit autotools libtool pkgconfig -EXTRA_OECONF = '--with-jack=no' +EXTRA_OECONF = "--with-jack=no" do_stage() { oe_soinstall lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/ - install -m 0644 pa_common/portaudio.h ${STAGING_DIR}/target/include/portaudio.h + install -m 0644 pa_common/portaudio.h ${STAGING_INCDIR}/portaudio.h } do_install() { -- cgit v1.2.3