diff options
author | Andrzej Zaborowski <andrew@openedhand.com> | 2008-10-14 13:04:39 +0000 |
---|---|---|
committer | Andrzej Zaborowski <andrew@openedhand.com> | 2008-10-14 13:04:39 +0000 |
commit | 3ccabe81ead7249fc405a5d4111e3bcd5f437e08 (patch) | |
tree | 1a37738c6c3cd9204a23d2a804064edabeb91c68 /meta | |
parent | 7ec0191a40411c952534f1029b7116459d35e53a (diff) | |
download | poky-3ccabe81ead7249fc405a5d4111e3bcd5f437e08.tar.gz |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/libowl/libowl_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libowl/libowl_svn.bb b/meta/packages/libowl/libowl_svn.bb index d5042b78a1..c6aacdf75c 100644 --- a/meta/packages/libowl/libowl_svn.bb +++ b/meta/packages/libowl/libowl_svn.bb | |||
@@ -25,8 +25,8 @@ inherit autotools pkgconfig | |||
25 | 25 | ||
26 | do_compile_prepend() { | 26 | do_compile_prepend() { |
27 | # have to unstage the library first so that the tests build | 27 | # have to unstage the library first so that the tests build |
28 | rm -f ${STAGING_LIBDIR}/libowl* | 28 | rm -f ${STAGING_LIBDIR}/libowl.* |
29 | rm -f ${STAGING_INCDIR}/owl* | 29 | rm -f ${STAGING_INCDIR}/owl*.h |
30 | } | 30 | } |
31 | 31 | ||
32 | do_stage() { | 32 | do_stage() { |