diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-21 21:44:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-21 21:44:48 +0000 |
commit | bc7e9ce97e49ef28e2003b8259ddc9681a731eeb (patch) | |
tree | bc62377e7f4253e17cfef28edef4e18f5994c113 /meta/packages/openobex/openobex_1.2.bb | |
parent | dd0eec8b9bd038371f9e532ae266ed88b41b3fea (diff) | |
download | poky-bc7e9ce97e49ef28e2003b8259ddc9681a731eeb.tar.gz |
openobex: Fix staging function typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2945 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/openobex/openobex_1.2.bb')
-rw-r--r-- | meta/packages/openobex/openobex_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
21 | ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so | 21 | ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so |
22 | install -d ${STAGING_INCDIR}/openobex | 22 | install -d ${STAGING_INCDIR}/openobex |
23 | install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/ | 23 | install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/ |
24 | install -d ${STAGING_DIR}/aclocal | 24 | install -d ${STAGING_DATADIR}/aclocal |
25 | install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/ | 25 | install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/ |
26 | } | 26 | } |
27 | 27 | ||