[rtems-source-builder commit] sb/getsource: Set the correct macro name for getting source.

Chris Johns chrisj at rtems.org
Sat Oct 26 23:40:13 UTC 2019


Module:    rtems-source-builder
Branch:    master
Commit:    c98264c63580a8652d04be2cfdc75bc8d69ff57f
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=c98264c63580a8652d04be2cfdc75bc8d69ff57f

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sun Oct 27 10:35:05 2019 +1100

sb/getsource: Set the correct macro name for getting source.

---

 source-builder/sb/getsources.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source-builder/sb/getsources.py b/source-builder/sb/getsources.py
index 7e516b5..b52bc0e 100644
--- a/source-builder/sb/getsources.py
+++ b/source-builder/sb/getsources.py
@@ -281,7 +281,7 @@ class buildset:
             self.macros = copy.copy(opts.defaults)
         else:
             self.macros = copy.copy(macros)
-        self.macros.define('_rsb_get_source')
+        self.macros.define('_rsb_getting_source')
         log.trace('_bset: %s: macro defaults' % (bset))
         log.trace(str(self.macros))
         self.bset = bset



More information about the vc mailing list