]> code.ossystems Code Review - openembedded-core.git/commit
gettext.bbclass: do not add virtual/gettext to DEPENDS
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 29 Aug 2017 11:10:53 +0000 (14:10 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Aug 2017 11:23:04 +0000 (12:23 +0100)
commit1a7b843d575b290917d1e379c2ba106460988230
tree2ccfd2e1978c9ee6e9500d1df2577ec77ec6f3a3
parent4713f8b2c4f2c74239d284adcf1e59e61aa66576
gettext.bbclass: do not add virtual/gettext to DEPENDS

gettext has a notoriously slow configuration step, and so in my testing
this  greatly speeds up building core-image-minimal: from 21m36s to 19m2s
(empty sstate and tmp, but pre-populated downloads).

I have also built world, and core-image-sato to make sure it doesn't break
or modify the build, and there is no difference whatsoever in packages
and images content. Target gettext seems not to be used for anything.

Also fix up insane.bbclass to remove the corresponding QA check.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/gettext.bbclass
meta/classes/insane.bbclass