diff options
-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() { |