summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frodo/frodo_4.2.oe2
-rw-r--r--portaudio/portaudio_0.0.19.oe8
2 files changed, 2 insertions, 8 deletions
diff --git a/frodo/frodo_4.2.oe b/frodo/frodo_4.2.oe
index 1b4ae74501..c65fd07622 100644
--- a/frodo/frodo_4.2.oe
+++ b/frodo/frodo_4.2.oe
@@ -11,5 +11,3 @@ S = ${WORKDIR}/Frodo4/Src
inherit autotools libtool
-CFLAGS_append = " -DQTOPIA"
-
diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe
index 3bc19b5d3e..f8b416edcb 100644
--- a/portaudio/portaudio_0.0.19.oe
+++ b/portaudio/portaudio_0.0.19.oe
@@ -1,9 +1,9 @@
+DESCRIPTION=A portable audio library
SECTION="libs"
PRIORITY="optional"
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS=libc6
DEPENDS=virtual/libc
-DESCRIPTION=A portable audio library
SRC_URI=http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \
file://${FILESDIR}/flags.patch;patch=1
@@ -14,11 +14,7 @@ inherit autotools libtool pkgconfig
EXTRA_OECONF = '--with-jack=no'
do_stage() {
- install -m 0755 lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/
- ln -sf libportaudio.so.${PV} ${STAGING_LIBDIR}/libportaudio.so.0
- ln -sf libportaudio.so.${PV} ${STAGING_LIBDIR}/libportaudio.so
-
- install -d ${STAGING_DIR}/target/include/
+ oe_soinstall lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/
install -m 0644 pa_common/portaudio.h ${STAGING_DIR}/target/include/portaudio.h
}