mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
openobex: Fix staging function typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2945 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user