]> code.ossystems Code Review - openembedded-core.git/commit
texinfo: don't create dependency on INHERIT variable
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 4 Dec 2015 18:44:23 +0000 (19:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Jan 2016 12:01:53 +0000 (12:01 +0000)
commit2f61930f55390bd2dfeb52a1ccfbc1cbe560c3ad
tree88bcbef990e7ddcf574853667b106b7bd8b3279f
parentb5a9d4ab564c2a6645922eed0203acb88ec5dd33
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: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/texinfo/texinfo_5.2.bb