mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
2998f9353f
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
25 lines
910 B
BlitzBasic
25 lines
910 B
BlitzBasic
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 = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
|
|
DEPENDS = "virtual/kernel"
|
|
|
|
SRC_URI = "https://pkg.linbit.com//downloads/drbd/9/${BP}.tar.gz \
|
|
file://check_existence_of_modules_before_installing.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "5ad57634d4b6c118e92080ab5b66e01969ebb251d9ca01562d23598bf3b166fe"
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}' SPAAS=true"
|
|
|
|
do_install () {
|
|
oe_runmake install DESTDIR="${D}"
|
|
}
|
|
|
|
SKIP_RECIPE[drbd] ?= "Needs coccinelle to build with SPAAS"
|