[oe-commits] org.oe.dev pulseaudio 0.9.10: workaround libtool problems

koen commit oe at amethyst.openembedded.net
Wed Jun 18 16:33:12 UTC 2008


pulseaudio 0.9.10: workaround libtool problems

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 21b59e9769f5cf267f3bd243f57b413d81a3e7d2
ViewMTN: http://monotone.openembedded.org/revision/info/21b59e9769f5cf267f3bd243f57b413d81a3e7d2
Files:
1
packages/pulseaudio/pulseaudio_0.9.10.bb
Diffs:

#
# mt diff -r2915cdb478cf4568765ca16eeffd71f2f83e6c7b -r21b59e9769f5cf267f3bd243f57b413d81a3e7d2
#
#
#
# patch "packages/pulseaudio/pulseaudio_0.9.10.bb"
#  from [10a533cfa6921e64cd626d5af4500e800ce63138]
#    to [3c420fbf3c8622c357a6ec0821897fea459bfaa1]
#
============================================================
--- packages/pulseaudio/pulseaudio_0.9.10.bb	10a533cfa6921e64cd626d5af4500e800ce63138
+++ packages/pulseaudio/pulseaudio_0.9.10.bb	3c420fbf3c8622c357a6ec0821897fea459bfaa1
@@ -12,6 +12,13 @@ SRC_URI += "\
   file://2114.diff;patch=1;pnum=0 \
 "            
 
+do_compile_prepend() {
+    cd ${S}
+    mkdir -p ${S}/libltdl
+    cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
+}
+
+
 # problems w/ pulseaudio 0.9.10 atm:
 # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)
 # 2.) doesn't build w/ glibc TLS support (hence patched out)






More information about the Openembedded-commits mailing list