Added list to Cc 2017-08-02 11:06 GMT+03:00 Alexander Smirnov < alex.bluesman.smirnov@gmail.com>: > 2017-08-01 13:17 GMT+03:00 Henning Schild : > >> Signed-off-by: Henning Schild >> --- >> meta/classes/isar-base.bbclass | 12 ------------ >> 1 file changed, 12 deletions(-) >> >> diff --git a/meta/classes/isar-base.bbclass >> b/meta/classes/isar-base.bbclass >> index 0432880..25809fa 100644 >> --- a/meta/classes/isar-base.bbclass >> +++ b/meta/classes/isar-base.bbclass >> @@ -1,15 +1,3 @@ >> THISDIR = "${@os.path.dirname(d.getVar('FILE', True))}" >> >> -bbdebug() { >> - test $# -ge 2 || { >> - echo "Usage: bbdebug level \"message\"" >> - exit 1 >> - } >> - >> - test ${@bb.msg.debug_level['default']} -ge $1 && { >> - shift >> - echo "DEBUG:" $* >> - } >> -} >> - >> > > Merge with previous patch? > > >> do_build[nostamp] = "0" >> -- >> 2.13.0 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "isar-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to isar-users+unsubscribe@googlegroups.com. >> To post to this group, send email to isar-users@googlegroups.com. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/isar-users/c78a0e5d3e93e5936133ae3292c039a3eca3a6c2. >> 1501582237.git.henning.schild%40siemens.com. >> For more options, visit https://groups.google.com/d/optout. >> > >