]> 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:14 +0000 (14:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 May 2018 14:56:28 +0000 (15:56 +0100)
commit522005e722ceb1d1447826e6d7a36d43e49d0450
tree00ec7a10c42cf2854a43fc7180d69240c5566d5b
parent74c26c2f63121d92d50b0cca4d3288b8d196b777
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]