Skip to content

Commit

Permalink
openct: Fix rootfs creation errors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
daicaiyun authored and shr-project committed May 27, 2016
1 parent e49c2c2 commit 387824f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/openct/openct_0.6.20.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 387824f

Please sign in to comment.