mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
openct: Fix rootfs creation errors
To fix error as following:
file /var/run from install of openct-0.6.20-r0
conflicts with file from package base-files-3.0.14
Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 387824f176)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
2bc19a8341
commit
48603df0d4
|
|
@ -55,6 +55,9 @@ FILES_${PN}-dbg += " \
|
|||
|
||||
INSANE_SKIP_${PN} += "dev-deps"
|
||||
|
||||
do_install_append() {
|
||||
rm -r ${D}/${localstatedir}/run
|
||||
}
|
||||
|
||||
do_install () {
|
||||
rm -rf ${D}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user