From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 2/2] meta: isar-base: remove unused function
Date: Mon, 17 Jul 2017 19:20:01 +0200 [thread overview]
Message-ID: <20170717172001.6656-2-henning.schild@siemens.com> (raw)
In-Reply-To: <20170717172001.6656-1-henning.schild@siemens.com>
Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
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 cbb15b1..ae49413 100644
--- a/meta/classes/isar-base.bbclass
+++ b/meta/classes/isar-base.bbclass
@@ -2,16 +2,4 @@ inherit base
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:" $*
- }
-}
-
do_build[nostamp] = "0"
--
2.13.0
next prev parent reply other threads:[~2017-07-17 17:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 17:20 [PATCH 1/2] meta: classes: use base.bbclass from bitbake Henning Schild
2017-07-17 17:20 ` Henning Schild [this message]
2017-07-18 10:51 ` Henning Schild
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170717172001.6656-2-henning.schild@siemens.com \
--to=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox