From: Phil Blundell Date: Mon, 18 Oct 2004 23:14:29 +0000 (+0000) Subject: install openobex.m4 into aclocal staging area X-Git-Tag: Release-2010-05/1~16544 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66597a3ab57a0fcf0b7922c355e4896b7bc5c00;p=openembedded.git install openobex.m4 into aclocal staging area BKrev: 41744e55Oiwf-M4H4SZIhz3G_jASXw --- 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/ }