]> code.ossystems Code Review - openembedded-core.git/commit
scripts/test-dependencies.sh: remove
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 25 Apr 2018 14:07:05 +0000 (14:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 May 2018 14:57:00 +0000 (15:57 +0100)
commitab87b50fa0b0468c1d3640bbe8e733b3caf61ea9
tree0f7b4a1448cae021a8209186d2949e67114fb5ce
parent90a8e984724c994b78639b7f16435b678bf294f8
scripts/test-dependencies.sh: remove

* with RSS used in pyro this script isn't very useful anymore
* RSS makes sure that the dependencies are almost always deterministic
  the only case known to me where dependencies are different based on
  what was already built in TMPDIR are runtime dependencies resolved
  by shlibs code in package.bbclass (which is using global pkgdata, not
  specific to given recipe and its RSS) as described here:
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=9217#c4
  but for this case it's not worth running complete test-dependencies.sh
  runs

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/test-dependencies.sh [deleted file]