[oe-commits] [openembedded-core] 47/47: rm_work: Ensure we don't remove sigbasedata files

git at git.openembedded.org git at git.openembedded.org
Wed Nov 16 10:39:51 UTC 2016


rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit c8d96b10ee3bc2eae0fd269d2564286fd0bc82ed
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Nov 2 15:05:17 2016 +0000

    rm_work: Ensure we don't remove sigbasedata files
    
    We don't remove sigdata files, we also shouldn't remove sigbasedata files
    as this hinders debugging.
    
    (From OE-Core rev: 988349f90c8dc5498b1f08f71e99b13e928a0fd0)
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/rm_work.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index b71a9d1..64b6981 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -58,7 +58,7 @@ do_rm_work () {
             *do_setscene*)
                 break
                 ;;
-            *sigdata*)
+            *sigdata*|*sigbasedata*)
                 i=dummy
                 break
                 ;;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list