summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audiofile/audiofile_0.2.6.oe0
-rw-r--r--openobex/openobex_1.0.1.oe2
2 files changed, 2 insertions, 0 deletions
diff --git a/audiofile/audiofile_0.2.6.oe b/audiofile/audiofile_0.2.6.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/audiofile/audiofile_0.2.6.oe
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
}