]> code.ossystems Code Review - openembedded-core.git/commit
scripts/test-dependencies.sh: remove
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 11 Apr 2018 17:55:32 +0000 (17:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2018 15:55:27 +0000 (16:55 +0100)
commitac582a8f856de8dde6a04d9c1da58618b80559b6
treef70e062ae27c570b1f2425dc9856c8873b820ca6
parentc3935f11f2807ef73f224b6690886d863788310d
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: Ross Burton <ross.burton@intel.com>
scripts/test-dependencies.sh [deleted file]