]> code.ossystems Code Review - openembedded-core.git/commit
classes/package*: Add support for PACKAGE_WRITE_DEPS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 16:49:00 +0000 (16:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:50:14 +0000 (22:50 +0000)
commitaff8ca95b8303a4a2a5600c0d8ec0a50ad677258
treeed8ee52ab058d42e7718206847f806d2e52d5e34
parent7b05ea65a8db8a27b2a5579675775ee34ceb63c2
classes/package*: Add support for PACKAGE_WRITE_DEPS

Add a new variable to allow markup of postinstall (and preinst)
script dependnecies on native/cross tools.

If your postinstall can execute at rootfs creation time rather than on
target but depends on a native tool in order to execute, you need to
list that tool in PACKAGE_WRITE_DEPENDS.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass