mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 06:28:28 +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 387824f1763c573fd05c97c4b94122350717340c)
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"
|
INSANE_SKIP_${PN} += "dev-deps"
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
rm -r ${D}/${localstatedir}/run
|
||||||
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
rm -rf ${D}
|
rm -rf ${D}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user