diff options
| -rw-r--r-- | meta-oe/recipes-support/openct/openct_0.6.20.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index bf1ff570b3..d4ad9c1c4b 100644 --- a/meta-oe/recipes-support/openct/openct_0.6.20.bb +++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb | |||
| @@ -55,6 +55,9 @@ FILES_${PN}-dbg += " \ | |||
| 55 | 55 | ||
| 56 | INSANE_SKIP_${PN} += "dev-deps" | 56 | INSANE_SKIP_${PN} += "dev-deps" |
| 57 | 57 | ||
| 58 | do_install_append() { | ||
| 59 | rm -r ${D}/${localstatedir}/run | ||
| 60 | } | ||
| 58 | 61 | ||
| 59 | do_install () { | 62 | do_install () { |
| 60 | rm -rf ${D} | 63 | rm -rf ${D} |
