From 3b7dfc51acc2dc0ea52cbf1733107f14405828e0 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 15 Jun 2018 13:29:45 +0300 Subject: third_party/waf: upgrade to waf 2.0.8 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- third_party/waf/waflib/Tools/dbus.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'third_party/waf/waflib/Tools/dbus.py') diff --git a/third_party/waf/waflib/Tools/dbus.py b/third_party/waf/waflib/Tools/dbus.py index 801ad1fa5c6..d520f1c0f2d 100644 --- a/third_party/waf/waflib/Tools/dbus.py +++ b/third_party/waf/waflib/Tools/dbus.py @@ -1,7 +1,3 @@ -#! /usr/bin/env python -# encoding: utf-8 -# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file - #!/usr/bin/env python # encoding: utf-8 # Ali Sabil, 2007 @@ -44,7 +40,7 @@ def add_dbus_file(self, filename, prefix, mode): self.meths.append('process_dbus') self.dbus_lst.append([filename, prefix, mode]) -@before_method('apply_core') +@before_method('process_source') def process_dbus(self): """ Processes the dbus files stored in the attribute *dbus_lst* to create :py:class:`waflib.Tools.dbus.dbus_binding_tool` instances. -- cgit v1.2.1