diff options
Diffstat (limited to 'meta-networking/recipes-support/drbd')
| -rw-r--r-- | meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb index 5b0979f961..ceb40185f8 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb +++ b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb | |||
| @@ -22,7 +22,7 @@ S = "${WORKDIR}/git" | |||
| 22 | 22 | ||
| 23 | UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" | 23 | UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" |
| 24 | 24 | ||
| 25 | SYSTEMD_SERVICE_${PN} = "drbd.service" | 25 | SYSTEMD_SERVICE:${PN} = "drbd.service" |
| 26 | SYSTEMD_AUTO_ENABLE = "disable" | 26 | SYSTEMD_AUTO_ENABLE = "disable" |
| 27 | 27 | ||
| 28 | DEPENDS = "flex-native" | 28 | DEPENDS = "flex-native" |
| @@ -43,20 +43,20 @@ EXTRA_OECONF = " \ | |||
| 43 | # If we have inherited reproducible_build, we want to use it. | 43 | # If we have inherited reproducible_build, we want to use it. |
| 44 | export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" | 44 | export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" |
| 45 | 45 | ||
| 46 | do_install_append() { | 46 | do_install:append() { |
| 47 | # don't install empty /var/lock and /var/run to avoid conflict with base-files | 47 | # don't install empty /var/lock and /var/run to avoid conflict with base-files |
| 48 | rm -rf ${D}${localstatedir}/lock | 48 | rm -rf ${D}${localstatedir}/lock |
| 49 | rm -rf ${D}${localstatedir}/run | 49 | rm -rf ${D}${localstatedir}/run |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" | 52 | RDEPENDS:${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" |
| 53 | 53 | ||
| 54 | # The drbd items are explicitly put under /lib when installed. | 54 | # The drbd items are explicitly put under /lib when installed. |
| 55 | # | 55 | # |
| 56 | FILES_${PN} += "/run" | 56 | FILES:${PN} += "/run" |
| 57 | FILES_${PN} += "${nonarch_base_libdir}/drbd \ | 57 | FILES:${PN} += "${nonarch_base_libdir}/drbd \ |
| 58 | ${nonarch_libdir}/drbd \ | 58 | ${nonarch_libdir}/drbd \ |
| 59 | ${nonarch_libdir}/tmpfiles.d" | 59 | ${nonarch_libdir}/tmpfiles.d" |
| 60 | FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" | 60 | FILES:${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" |
| 61 | 61 | ||
| 62 | CLEANBROKEN = "1" | 62 | CLEANBROKEN = "1" |
