diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:28:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:28:52 +0000 |
commit | da9103445ef3603fa40b03355ba62fbd1cf04956 (patch) | |
tree | 7ee8c5488fa2cd67790e9f7dbbe8c14454ea0600 | |
parent | 3d98d2aa86e37c2ca11324b457c08d3985a9f66a (diff) |
revert last changeset (except two changes which were ok)
BKrev: 402abab4SNiNjf0eQNC75VC-MwIWXA
-rw-r--r-- | frodo/frodo_4.2.oe | 2 | ||||
-rw-r--r-- | portaudio/portaudio_0.0.19.oe | 8 |
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 } |