rrs/tools/rrs_maintainer_history.py: Update to point new meta-poky repository.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Aníbal Limón 2016-03-29 15:16:00 -06:00 committed by Paul Eggleton
parent 0a5781ae07
commit af8275db0f

View File

@ -24,7 +24,7 @@ import settings
from layerindex.models import Recipe, LayerBranch, LayerItem
from rrs.models import Maintainer, RecipeMaintainerHistory, RecipeMaintainer
MAINTAINERS_INCLUDE_PATH = 'meta-yocto/conf/distro/include/maintainers.inc'
MAINTAINERS_INCLUDE_PATH = 'meta-poky/conf/distro/include/maintainers.inc'
"""