From: Andrzej Zaborowski Date: Tue, 14 Oct 2008 13:04:39 +0000 (+0000) Subject: libowl: delete only libowl.* instead of libowl* on clean-up. X-Git-Tag: 2011-1~8019 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3ccabe81ead7249fc405a5d4111e3bcd5f437e08;p=openembedded-core.git 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 --- 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() {