diff options
| -rw-r--r-- | meta-networking/recipes-support/drbd/drbd-utils_9.8.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.8.0.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.8.0.bb index a781e2791b..70e04b943c 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils_9.8.0.bb +++ b/meta-networking/recipes-support/drbd/drbd-utils_9.8.0.bb | |||
| @@ -47,8 +47,9 @@ do_configure_prepend() { | |||
| 47 | 47 | ||
| 48 | } | 48 | } |
| 49 | do_install_append() { | 49 | do_install_append() { |
| 50 | # don't install empty /var/lock to avoid conflict with base-files | 50 | # don't install empty /var/lock and /var/run to avoid conflict with base-files |
| 51 | rm -rf ${D}${localstatedir}/lock | 51 | rm -rf ${D}${localstatedir}/lock |
| 52 | rm -rf ${D}${localstatedir}/run | ||
| 52 | } | 53 | } |
| 53 | 54 | ||
| 54 | RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" | 55 | RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" |
