From 61f0fbff0281aeac8161f9932dfb6a9d694de6a6 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 12 Dec 2018 02:21:03 +0000 Subject: drbd: update to 9.0.16 Signed-off-by: Armin Kuster --- .../recipes-support/drbd/drbd_9.0.16-1.bb | 23 +++++++++++++++++++++ .../recipes-support/drbd/drbd_9.0.8-1.bb | 24 ---------------------- 2 files changed, 23 insertions(+), 24 deletions(-) create mode 100644 meta-networking/recipes-support/drbd/drbd_9.0.16-1.bb delete mode 100644 meta-networking/recipes-support/drbd/drbd_9.0.8-1.bb diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.16-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.16-1.bb new file mode 100644 index 0000000000..8794c4f917 --- /dev/null +++ b/meta-networking/recipes-support/drbd/drbd_9.0.16-1.bb @@ -0,0 +1,23 @@ +SUMMARY = "Distributed block device driver for Linux" +DESCRIPTION = "DRBD is a block device which is designed to build high \ + availability clusters. This is done by mirroring a whole \ + block device via (a dedicated) network. You could see \ + it as a network raid-1." +HOMEPAGE = "http://oss.linbit.com/drbd/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" +DEPENDS = "virtual/kernel" + +SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \ + file://check_existence_of_modules_before_installing.patch" + +SRC_URI[md5sum] = "6414a9eef2807c8210b6403e36ce3ea4" +SRC_URI[sha256sum] = "6074b0d643f4bbae4641d3b4bc30f4840e74f2a212dd9c6555b8141e530e5789" + +inherit module + +EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'" + +do_install () { + oe_runmake install DESTDIR="${D}" +} diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.8-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.8-1.bb deleted file mode 100644 index fa4d10b4c1..0000000000 --- a/meta-networking/recipes-support/drbd/drbd_9.0.8-1.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Distributed block device driver for Linux" -DESCRIPTION = "DRBD is a block device which is designed to build high \ - availability clusters. This is done by mirroring a whole \ - block device via (a dedicated) network. You could see \ - it as a network raid-1." -HOMEPAGE = "http://oss.linbit.com/drbd/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" -DEPENDS = "virtual/kernel" - -SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \ - file://check_existence_of_modules_before_installing.patch" - -SRC_URI[md5sum] = "c1dd58043f46e9926b579aa65d4ea980" -SRC_URI[sha256sum] = "87f72d46db9bad926415b3ab9f5f1397de8c581d2e2ec1addbdd5ce2604e6123" -inherit module - -EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'" - -do_install () { - oe_runmake install DESTDIR="${D}" -} - -PNBLACKLIST[drbd] = "implicit declaration of function 'setup_timer'; 4.15 head file issue?" -- cgit 1.2.3-korg