]> code.ossystems Code Review - openembedded-core.git/commit
texinfo: don't create dependency on INHERIT variable
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 9 Dec 2015 08:48:13 +0000 (09:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Dec 2015 23:31:42 +0000 (23:31 +0000)
commitac6642e9a84a67c8cdaa8d8e939c2d0e2dcb3577
tree21d499b2ac0e3377fde42c45ef5eb22c454635a3
parent2180280e63aece8fb45686e1b5dd01430ce478fe
texinfo: don't create dependency on INHERIT variable

* we don't want the do_package signature depending on INHERIT variable
* e.g. just adding the own-mirrors causes texinfo to rebuild:
  # bitbake-diffsigs BUILD/sstate-diff/*/*/texinfo/*do_package.sig*
  basehash changed from 015df2fd8e396cc1e15622dbac843301 to 9f1d06c4f238c70a99ccb6d8da348b6a
  Variable INHERIT value changed from
  ' rm_work blacklist blacklist report-error ${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO} ${INHERIT_BLACKLIST} sanity'
  to
  ' rm_work own-mirrors blacklist blacklist report-error ${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO} ${INHERIT_BLACKLIST} sanity'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/texinfo/texinfo_6.0.bb