From 3cac00a1c33eb81e4b34c8e31abd4241b9b80aa9 Mon Sep 17 00:00:00 2001 From: Li xin Date: Thu, 20 Aug 2015 16:41:49 +0800 Subject: drbd: upgrade 8.4.4 -> 8.9.3 * Change recipe name from drbd to drbd-utils,since after 8.4.5, the drbd userland tools had been moved to their own repository at http://git.linbit.com/drbd-utils.git (tarball at http://oss.linbit.com/drbd) * Add 0001-Makefile.in-don-t-compile-documentation.patch to avoid build Errors. * Dropped drbd.service,since it is provided by Upstream. Signed-off-by: Li Xin Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- ...1-Makefile.in-don-t-compile-documentation.patch | 38 ++++++++++++++++ .../recipes-support/drbd/drbd-utils_8.9.3.bb | 40 ++++++++++++++++ .../recipes-support/drbd/drbd/drbd.service | 12 ----- meta-networking/recipes-support/drbd/drbd_8.4.4.bb | 53 ---------------------- 4 files changed, 78 insertions(+), 65 deletions(-) create mode 100644 meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-don-t-compile-documentation.patch create mode 100644 meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb delete mode 100644 meta-networking/recipes-support/drbd/drbd/drbd.service delete mode 100644 meta-networking/recipes-support/drbd/drbd_8.4.4.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-don-t-compile-documentation.patch b/meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-don-t-compile-documentation.patch new file mode 100644 index 0000000000..1de4a86d9d --- /dev/null +++ b/meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-don-t-compile-documentation.patch @@ -0,0 +1,38 @@ +From feccf89f08a455460668cf286151662e4c1557b3 Mon Sep 17 00:00:00 2001 +From: Li xin +Date: Thu, 20 Aug 2015 15:32:30 +0900 +Subject: [PATCH] Makefile.in: don't compile documentation + +The documentation file is not suitable for cross-compile, +Errors will occur: +| /bin/sh: ../../user/v9/drbdsetup: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory +| ../../user/v9/drbdsetup xml-help disk-options > drbdsetup_xml-help_disk-options.xml +| /bin/sh: ../../user/v9/drbdsetup: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory +| /bin/sh: ../../user/v9/drbdsetup: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory +| make[1]: *** [drbdsetup_xml-help_new-resource.xml] Error 126 + +so we do not compile it. + +Upstream-Status: pending + +Signed-off-by: Li Xin +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index 5365a2c..d5967d8 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -45,7 +45,7 @@ WITH_84_SUPPORT = @WITH_84_SUPPORT@ + # and not in e.g. dash. I'm too lazy to fix it to be compatible. + SHELL=/bin/bash + +-SUBDIRS = user/shared user/v9 user/v84 user/v83 scripts documentation/v83 documentation/v84 documentation/v9 ++SUBDIRS = user/shared user/v9 user/v84 user/v83 scripts + + REL_VERSION := $(shell $(SED) -ne '/^AC_INIT/{s/^[^,]*, *\([^,]*\) *,.*/\1/;p;q}' configure.ac) + ifdef FORCE +-- +1.8.4.2 + diff --git a/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb b/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb new file mode 100644 index 0000000000..66b94dd94b --- /dev/null +++ b/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb @@ -0,0 +1,40 @@ +SUMMARY = "Distributed block device driver for Linux" +DESCRIPTION = "DRBD mirrors a block device over the network to another machine.\ +DRBD mirrors a block device over the network to another machine.\ +Think of it as networked raid 1. It is a building block for\ +setting up high availability (HA) clusters." +HOMEPAGE = "http://www.drbd.org/" +SECTION = "admin" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" + +SRC_URI = "http://oss.linbit.com/drbd/${BP}.tar.gz \ + file://0001-Makefile.in-don-t-compile-documentation.patch \ + " +SRC_URI[md5sum] = "09c9c33c041e1f4f85dd359f9e0b0f24" +SRC_URI[sha256sum] = "011050578c153bf4fef86e03749304ff9f333b7af3512c5c395e0e870a0445bd" + +SYSTEMD_SERVICE_${PN} = "drbd.service" +SYSTEMD_AUTO_ENABLE = "disable" + +inherit autotools-brokensep systemd + +EXTRA_OECONF = " \ + --with-initdir=/etc/init.d \ + --without-pacemaker \ + --without-rgmanager \ + --without-bashcompletion \ + --with-distro debian \ + --with-initscripttype=both \ + --with-systemdunitdir=${systemd_unitdir}/system \ + " + +RDEPENDS_${PN} += "bash perl" + +# The drbd items are explicitly put under /lib when installed. +# +FILES_${PN} += "/run" +FILES_${PN} += "${base_libdir}/drbd \ + ${libdir}/drbd \ + ${libdir}/tmpfiles.d" +FILES_${PN}-dbg += "${base_libdir}/drbd/.debug" diff --git a/meta-networking/recipes-support/drbd/drbd/drbd.service b/meta-networking/recipes-support/drbd/drbd/drbd.service deleted file mode 100644 index 3543999976..0000000000 --- a/meta-networking/recipes-support/drbd/drbd/drbd.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=DRBD Service -After=network.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@LIBEXECDIR@/drbd-helper start -ExecStop=@LIBEXECDIR@/drbd-helper stop - -[Install] -WantedBy=multi-user.target diff --git a/meta-networking/recipes-support/drbd/drbd_8.4.4.bb b/meta-networking/recipes-support/drbd/drbd_8.4.4.bb deleted file mode 100644 index 7458707ada..0000000000 --- a/meta-networking/recipes-support/drbd/drbd_8.4.4.bb +++ /dev/null @@ -1,53 +0,0 @@ -SUMMARY = "Distributed block device driver for Linux" -DESCRIPTION = "DRBD mirrors a block device over the network to another machine.\ -DRBD mirrors a block device over the network to another machine.\ -Think of it as networked raid 1. It is a building block for\ -setting up high availability (HA) clusters." -HOMEPAGE = "http://www.drbd.org/" -SECTION = "admin" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" - -SRC_URI = "http://oss.linbit.com/${BPN}/8.4/${BPN}-${PV}.tar.gz \ - file://drbd.service \ - " -SRC_URI[md5sum] = "b51815343c1a9151e2936b3b97520388" -SRC_URI[sha256sum] = "a056219c5c23b079c3354179f7a1b9f55d47e573a4cd3178f2ef4c15604288f0" - -SYSTEMD_SERVICE_${PN} = "drbd.service" -SYSTEMD_AUTO_ENABLE = "disable" - -inherit autotools-brokensep systemd - -EXTRA_OECONF = "--with-utils \ - --without-km \ - --with-initdir=/etc/init.d \ - --without-pacemaker \ - --without-rgmanager \ - --without-bashcompletion \ - --with-distro debian \ - " - -do_configure (){ - oe_runconf -} - -do_install_append() { - if ${@base_contains('DISTRO_FEATURES','systemd','true','false',d)}; then - install -d ${D}/${systemd_unitdir}/system - install -m 644 ${WORKDIR}/drbd.service ${D}/${systemd_unitdir}/system - install -d ${D}/${libexecdir} - install -m 755 ${D}/${sysconfdir}/init.d/drbd ${D}/${libexecdir}/drbd-helper - - sed -i -e 's,@LIBEXECDIR@,${libexecdir},g' \ - ${D}${systemd_unitdir}/system/drbd.service - fi -} - -RDEPENDS_${PN} += "bash perl" - -# The drbd items are explicitly put under /lib when installed. -# -FILES_${PN} += "/run" -FILES_${PN} += "/lib/drbd" -FILES_${PN}-dbg += "/lib/drbd/.debug" -- cgit 1.2.3-korg