libowl: delete only libowl.* instead of libowl* on clean-up.

Otherwise innocent libowl-av files get deleted from staging.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5505 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Andrzej Zaborowski 2008-10-14 13:04:39 +00:00
parent 7ec0191a40
commit 3ccabe81ea
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ inherit autotools pkgconfig
do_compile_prepend() {
# have to unstage the library first so that the tests build
rm -f ${STAGING_LIBDIR}/libowl*
rm -f ${STAGING_INCDIR}/owl*
rm -f ${STAGING_LIBDIR}/libowl.*
rm -f ${STAGING_INCDIR}/owl*.h
}
do_stage() {