[yocto] [rrs][PATCH] rrs_maintainer_history: update maintainers.inc path

Jose Lamego jose.a.lamego at linux.intel.com
Tue Oct 17 13:56:29 PDT 2017


maintainers.inc was moved to oe-core in commit
9559eee2a7facf871a718541836643b03fb66d9e

This change updates maintainers.inc path to new location
in meta directory.

Signed-off-by: Jose Lamego <jose.a.lamego at linux.intel.com>
---
 rrs/tools/rrs_maintainer_history.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rrs/tools/rrs_maintainer_history.py b/rrs/tools/rrs_maintainer_history.py
index 0d0073c..c2e3d96 100755
--- a/rrs/tools/rrs_maintainer_history.py
+++ b/rrs/tools/rrs_maintainer_history.py
@@ -24,7 +24,7 @@ import settings
 from layerindex.models import Recipe, LayerBranch, LayerItem
 from rrs.models import Maintainer, RecipeMaintainerHistory, RecipeMaintainer
 
-MAINTAINERS_INCLUDE_PATH = 'meta-poky/conf/distro/include/maintainers.inc'
+MAINTAINERS_INCLUDE_PATH = 'meta/conf/distro/include/maintainers.inc'
 
 
 """
-- 
2.7.4




More information about the yocto mailing list