X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-stx%2Frecipes-support%2Fdrbd%2Fdrbd-utils_8.4.3.bb;fp=meta-stx%2Frecipes-support%2Fdrbd%2Fdrbd-utils_8.4.3.bb;h=e04c8f6437db5e3ab3e048a7e8d12242e2af2aaa;hb=57fdea704bd62af847872c40508f00aa1d7cac60;hp=0000000000000000000000000000000000000000;hpb=f23f21bccfb750b9e30141fd9676515215ffbc4e;p=pti%2Frtp.git diff --git a/meta-stx/recipes-support/drbd/drbd-utils_8.4.3.bb b/meta-stx/recipes-support/drbd/drbd-utils_8.4.3.bb new file mode 100644 index 0000000..e04c8f6 --- /dev/null +++ b/meta-stx/recipes-support/drbd/drbd-utils_8.4.3.bb @@ -0,0 +1,54 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +SUMMARY = "Distributed block device driver for Linux" + +DESCRIPTION = " DRBD, developed by LINBIT, is a software that allows RAID 1 functionality over \ + TCP/IP and RDMA for GNU/Linux. DRBD is a block device which is designed to build high \ + availability clusters and software defined storage by providing a virtual shared device \ + which keeps disks in nodes synchronised using TCP/IP or RDMA. This simulates RAID 1 but \ + avoids the use of uncommon hardware (shared SCSI buses or Fibre Channel)." +HOMEPAGE = "http://www.drbd.org/" +SECTION = "admin" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" + +# SRCREV = "89a294209144b68adb3ee85a73221f964d3ee515" +SRCREV = "136c0e42691aed4a4607c79969de87cb8410285c" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" +PV = "8.4.3rc1" + +SRC_URI = "git://github.com/LINBIT/drbd-8.4.git;name="git";protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +# https://www.linbit.com/downloads/drbd/8.4/archive/ + +inherit autotools + +DEPENDS += " \ + linux-libc-headers \ + glibc \ + " +# UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" + +inherit autotools-brokensep + +RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" + +do_install_append() { + rm -rf ${D}/var/lock +}