zlib-sdk: Make sure STAGING_INCDIR exists

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4407 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-02 14:48:04 +00:00
parent 317b53682e
commit be661824cb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ ZLIB_EXTRA = ""
inherit sdk
do_stage() {
install -d ${STAGING_INCDIR}
install -m 0644 zlib.h ${STAGING_INCDIR}/zlib.h
install -m 0644 zconf.h ${STAGING_INCDIR}/zconf.h
oe_libinstall -a -so libz ${STAGING_LIBDIR}