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 /portaudio | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'portaudio')
-rw-r--r-- | portaudio/portaudio_0.0.19.oe | 8 |
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() { |