From b8f0963592aa6a9ebd679fa363ca6f894b132d75 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Dec 2013 17:47:56 +0000 Subject: bitbake: hob: Use BASEDATASTORE_TRACKING feature Might as well use this functionality now we have it available. (Bitbake rev: cd7f4d85e3f187140d1bb0aecf82f657a8f8701a) Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/hob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/ui/hob.py') diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index 154a3b3..da5b411 100755 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py @@ -46,7 +46,7 @@ from bb.ui.crumbs.hoblistmodel import RecipeListModel, PackageListModel from bb.ui.crumbs.hobeventhandler import HobHandler from bb.ui.crumbs.builder import Builder -featureSet = [bb.cooker.CookerFeatures.HOB_EXTRA_CACHES] +featureSet = [bb.cooker.CookerFeatures.HOB_EXTRA_CACHES, bb.cooker.CookerFeatures.BASEDATASTORE_TRACKING] def event_handle_idle_func(eventHandler, hobHandler): # Consume as many messages as we can in the time available to us -- cgit v1.1