From: Richard Purdie Date: Sun, 21 Oct 2007 21:44:48 +0000 (+0000) Subject: openobex: Fix staging function typo X-Git-Tag: 2011-1~10476 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bc7e9ce97e49ef28e2003b8259ddc9681a731eeb;p=openembedded-core.git openobex: Fix staging function typo git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2945 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/openobex/openobex_1.2.bb b/meta/packages/openobex/openobex_1.2.bb index 0c8d118cff..7b2d8d3797 100644 --- a/meta/packages/openobex/openobex_1.2.bb +++ b/meta/packages/openobex/openobex_1.2.bb @@ -21,7 +21,7 @@ do_stage() { ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so install -d ${STAGING_INCDIR}/openobex install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/ - install -d ${STAGING_DIR}/aclocal + install -d ${STAGING_DATADIR}/aclocal install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/ }