diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-12 13:08:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:07 -0700 |
commit | 4928a2b6e95ac07ee82aa0acc0cf9c186ef03fd5 (patch) | |
tree | 1c4200e687911b09036bef48cedd4c4368b52e59 | |
parent | e24ea72c2bf402a106da30ab7415c31461921827 (diff) | |
download | meta-openembedded-4928a2b6e95ac07ee82aa0acc0cf9c186ef03fd5.tar.gz |
drbd: Upgrade to 9.0.24-1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb (renamed from meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb index c296c3bc1c..3ce63c457b 100644 --- a/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb +++ b/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb | |||
@@ -11,15 +11,14 @@ DEPENDS = "virtual/kernel" | |||
11 | SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \ | 11 | SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \ |
12 | file://check_existence_of_modules_before_installing.patch \ | 12 | file://check_existence_of_modules_before_installing.patch \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "bd1202eaaf81641752d0c9b003b10f6c" | 14 | SRC_URI[sha256sum] = "14970459f55bc465503b88b24d1a266b2ace0d69fe3cb387005b8477cd6475ed" |
15 | SRC_URI[sha256sum] = "5b3d2bcb99542940e40af903dea783cf04524e9f41cc530e210d2c15ef84fa58" | ||
16 | 15 | ||
17 | inherit module | 16 | inherit module |
18 | 17 | ||
19 | EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'" | 18 | EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}' SPAAS=true" |
20 | 19 | ||
21 | do_install () { | 20 | do_install () { |
22 | oe_runmake install DESTDIR="${D}" | 21 | oe_runmake install DESTDIR="${D}" |
23 | } | 22 | } |
24 | 23 | ||
25 | PNBLACKLIST[drbd] ?= "Kernel module Needs forward porting to kernel 5.2+" | 24 | PNBLACKLIST[drbd] ?= "Needs coccinelle to build with SPAAS" |