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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user