findutils installs an empty /var which is already created
by base-files. It doesn't need to be packaged by findutils.
this helps to align towards stateless
system expectations or when updates are done via meta-updater.
Signed-off-by: Vishwas Udupa <vudupa@qti.qualcomm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# need od from coreutils for -t option
RDEPENDS:${PN}-ptest += "bash sed grep coreutils"
+do_install:append() {
+ rmdir ${D}${localstatedir}
+}
+
do_install_ptest:class-target() {
mkdir -p ${D}${PTEST_PATH}/tests/
cp ${S}/init.cfg ${D}${PTEST_PATH}