summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew@openedhand.com>2008-10-14 13:04:39 +0000
committerAndrzej Zaborowski <andrew@openedhand.com>2008-10-14 13:04:39 +0000
commit3ccabe81ead7249fc405a5d4111e3bcd5f437e08 (patch)
tree1a37738c6c3cd9204a23d2a804064edabeb91c68 /meta
parent7ec0191a40411c952534f1029b7116459d35e53a (diff)
downloadopenembedded-core-contrib-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.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
do_compile_prepend() {
# have to unstage the library first so that the tests build
- rm -f ${STAGING_LIBDIR}/libowl*
- rm -f ${STAGING_INCDIR}/owl*
+ rm -f ${STAGING_LIBDIR}/libowl.*
+ rm -f ${STAGING_INCDIR}/owl*.h
}
do_stage() {