mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
libtool-sdk: create directories before staging into them
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4784 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -39,6 +39,8 @@ do_stage () {
|
||||
install -m 0755 libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool
|
||||
install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize
|
||||
|
||||
install -d ${STAGING_INCDIR}
|
||||
install -d ${STAGING_LIBDIR}
|
||||
oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR}
|
||||
install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user