summaryrefslogtreecommitdiffstats
path: root/meta/packages/libowl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libowl')
-rw-r--r--meta/packages/libowl/libowl_svn.bb4
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
26do_compile_prepend() { 26do_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
32do_stage() { 32do_stage() {