diff options
Diffstat (limited to 'openobex')
-rw-r--r-- | openobex/openobex_1.0.1.oe | 4 |
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/ } |