From: Chris Larson Date: Sat, 6 Mar 2004 20:28:53 +0000 (+0000) Subject: Add audiofile 0.2.6. X-Git-Tag: Release-2010-05/1~20012 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e52f5537d796803d0cf839344ff0a456147adfe;p=openembedded.git Add audiofile 0.2.6. BKrev: 404a3485oBWitqBfQvtF7L5s1urNkg --- diff --git a/audiofile/audiofile_0.2.6.oe b/audiofile/audiofile_0.2.6.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index bc997d51ba..c9096efde1 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -13,6 +13,8 @@ do_stage () { install -d ${STAGING_DIR}/target/include/openobex install -m 0644 src/obex_const.h src/obex.h ${STAGING_DIR}/target/include/openobex/ cat openobex-config | sed -e 's,/usr/include,${STAGING_INCDIR},g; \ + s,/usr/lib,${STAGING_LIBDIR},g; \ + s,/usr/bin,${STAGING_BINDIR},g; \ s,/usr,${STAGING_LIBDIR}/..,g;' > ${STAGING_BINDIR}/openobex-config chmod a+rx ${STAGING_BINDIR}/openobex-config }