1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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
+2 -2
View File
@@ -25,8 +25,8 @@ inherit autotools pkgconfig
do_compile_prepend() { do_compile_prepend() {
# have to unstage the library first so that the tests build # have to unstage the library first so that the tests build
rm -f ${STAGING_LIBDIR}/libowl* rm -f ${STAGING_LIBDIR}/libowl.*
rm -f ${STAGING_INCDIR}/owl* rm -f ${STAGING_INCDIR}/owl*.h
} }
do_stage() { do_stage() {