diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-support/drbd | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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" |
