diff options
Diffstat (limited to 'meta-networking/recipes-support/drbd/drbd_9.0.16-1.bb')
| -rw-r--r-- | meta-networking/recipes-support/drbd/drbd_9.0.16-1.bb | 23 |
1 files changed, 0 insertions, 23 deletions
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 deleted file mode 100644 index 8794c4f917..0000000000 --- a/meta-networking/recipes-support/drbd/drbd_9.0.16-1.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "Distributed block device driver for Linux" | ||
| 2 | DESCRIPTION = "DRBD is a block device which is designed to build high \ | ||
| 3 | availability clusters. This is done by mirroring a whole \ | ||
| 4 | block device via (a dedicated) network. You could see \ | ||
| 5 | it as a network raid-1." | ||
| 6 | HOMEPAGE = "http://oss.linbit.com/drbd/" | ||
| 7 | LICENSE = "GPLv2" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" | ||
| 9 | DEPENDS = "virtual/kernel" | ||
| 10 | |||
| 11 | SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \ | ||
| 12 | file://check_existence_of_modules_before_installing.patch" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "6414a9eef2807c8210b6403e36ce3ea4" | ||
| 15 | SRC_URI[sha256sum] = "6074b0d643f4bbae4641d3b4bc30f4840e74f2a212dd9c6555b8141e530e5789" | ||
| 16 | |||
| 17 | inherit module | ||
| 18 | |||
| 19 | EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'" | ||
| 20 | |||
| 21 | do_install () { | ||
| 22 | oe_runmake install DESTDIR="${D}" | ||
| 23 | } | ||
