install openobex.m4 into aclocal staging area
authorPhil Blundell <philb@gnu.org>
Mon, 18 Oct 2004 23:14:29 +0000 (23:14 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 18 Oct 2004 23:14:29 +0000 (23:14 +0000)
BKrev: 41744e55Oiwf-M4H4SZIhz3G_jASXw

openobex/openobex_1.0.1.oe

index 713cc36..3f0e0e7 100644 (file)
@@ -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/
 }