aboutsummaryrefslogtreecommitdiffstats
path: root/portaudio
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /portaudio
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'portaudio')
-rw-r--r--portaudio/portaudio_0.0.19.oe8
1 files changed, 4 insertions, 4 deletions
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 <mickey@Vanille.de>"
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() {