aboutsummaryrefslogtreecommitdiffstats
path: root/openobex
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-18 23:14:29 +0000
committerPhil Blundell <philb@gnu.org>2004-10-18 23:14:29 +0000
commitd66597a3ab57a0fcf0b7922c355e4896b7bc5c00 (patch)
tree41cee5f9dcc6af2801c951af9e8892e40a0bad41 /openobex
parentaeda4f6045b900ef548a5fc240105401680cc099 (diff)
downloadopenembedded-d66597a3ab57a0fcf0b7922c355e4896b7bc5c00.tar.gz
install openobex.m4 into aclocal staging area
BKrev: 41744e55Oiwf-M4H4SZIhz3G_jASXw
Diffstat (limited to 'openobex')
-rw-r--r--openobex/openobex_1.0.1.oe4
1 files changed, 3 insertions, 1 deletions
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe
index 713cc36d96..3f0e0e7d87 100644
--- a/openobex/openobex_1.0.1.oe
+++ b/openobex/openobex_1.0.1.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "The Openobex project aims to make an \
open source implementation of the Object Exchange \
(OBEX) protocol."
SECTION = "libs"
-PR = "r1"
+PR = "r2"
# put openobex-config into -dev package
FILES_${PN} = "${libdir}/lib*.so.*"
@@ -18,4 +18,6 @@ do_stage () {
ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.0.so
install -d ${STAGING_INCDIR}/openobex
install -m 0644 src/obex_const.h src/obex.h ${STAGING_INCDIR}/openobex/
+ install -d ${STAGING_DIR}/aclocal
+ install -m 0644 m4macros/openobex.m4 ${STAGING_DATADIR}/aclocal/
}