summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/drbd
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-08-20 16:41:49 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-09-11 10:53:17 -0400
commit3cac00a1c33eb81e4b34c8e31abd4241b9b80aa9 (patch)
tree54db1521bafa5cf5798f6e1022189b69423ecd68 /meta-networking/recipes-support/drbd
parent51992b647bf71b70bbbdd58dd1f2752b0d051f3f (diff)
downloadmeta-openembedded-3cac00a1c33eb81e4b34c8e31abd4241b9b80aa9.tar.gz
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 <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/drbd')
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-don-t-compile-documentation.patch38
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb (renamed from meta-networking/recipes-support/drbd/drbd_8.4.4.bb)35
-rw-r--r--meta-networking/recipes-support/drbd/drbd/drbd.service12
3 files changed, 49 insertions, 36 deletions
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 000000000..1de4a86d9
--- /dev/null
+++ b/meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-don-t-compile-documentation.patch
@@ -0,0 +1,38 @@
1From feccf89f08a455460668cf286151662e4c1557b3 Mon Sep 17 00:00:00 2001
2From: Li xin <lixin.fnst@cn.fujitsu.com>
3Date: Thu, 20 Aug 2015 15:32:30 +0900
4Subject: [PATCH] Makefile.in: don't compile documentation
5
6The documentation file is not suitable for cross-compile,
7Errors will occur:
8| /bin/sh: ../../user/v9/drbdsetup: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory
9| ../../user/v9/drbdsetup xml-help disk-options > drbdsetup_xml-help_disk-options.xml
10| /bin/sh: ../../user/v9/drbdsetup: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory
11| /bin/sh: ../../user/v9/drbdsetup: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory
12| make[1]: *** [drbdsetup_xml-help_new-resource.xml] Error 126
13
14so we do not compile it.
15
16Upstream-Status: pending
17
18Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
19---
20 Makefile.in | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23diff --git a/Makefile.in b/Makefile.in
24index 5365a2c..d5967d8 100644
25--- a/Makefile.in
26+++ b/Makefile.in
27@@ -45,7 +45,7 @@ WITH_84_SUPPORT = @WITH_84_SUPPORT@
28 # and not in e.g. dash. I'm too lazy to fix it to be compatible.
29 SHELL=/bin/bash
30
31-SUBDIRS = user/shared user/v9 user/v84 user/v83 scripts documentation/v83 documentation/v84 documentation/v9
32+SUBDIRS = user/shared user/v9 user/v84 user/v83 scripts
33
34 REL_VERSION := $(shell $(SED) -ne '/^AC_INIT/{s/^[^,]*, *\([^,]*\) *,.*/\1/;p;q}' configure.ac)
35 ifdef FORCE
36--
371.8.4.2
38
diff --git a/meta-networking/recipes-support/drbd/drbd_8.4.4.bb b/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb
index 7458707ad..66b94dd94 100644
--- a/meta-networking/recipes-support/drbd/drbd_8.4.4.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb
@@ -8,46 +8,33 @@ SECTION = "admin"
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" 9LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
10 10
11SRC_URI = "http://oss.linbit.com/${BPN}/8.4/${BPN}-${PV}.tar.gz \ 11SRC_URI = "http://oss.linbit.com/drbd/${BP}.tar.gz \
12 file://drbd.service \ 12 file://0001-Makefile.in-don-t-compile-documentation.patch \
13 " 13 "
14SRC_URI[md5sum] = "b51815343c1a9151e2936b3b97520388" 14SRC_URI[md5sum] = "09c9c33c041e1f4f85dd359f9e0b0f24"
15SRC_URI[sha256sum] = "a056219c5c23b079c3354179f7a1b9f55d47e573a4cd3178f2ef4c15604288f0" 15SRC_URI[sha256sum] = "011050578c153bf4fef86e03749304ff9f333b7af3512c5c395e0e870a0445bd"
16 16
17SYSTEMD_SERVICE_${PN} = "drbd.service" 17SYSTEMD_SERVICE_${PN} = "drbd.service"
18SYSTEMD_AUTO_ENABLE = "disable" 18SYSTEMD_AUTO_ENABLE = "disable"
19 19
20inherit autotools-brokensep systemd 20inherit autotools-brokensep systemd
21 21
22EXTRA_OECONF = "--with-utils \ 22EXTRA_OECONF = " \
23 --without-km \
24 --with-initdir=/etc/init.d \ 23 --with-initdir=/etc/init.d \
25 --without-pacemaker \ 24 --without-pacemaker \
26 --without-rgmanager \ 25 --without-rgmanager \
27 --without-bashcompletion \ 26 --without-bashcompletion \
28 --with-distro debian \ 27 --with-distro debian \
28 --with-initscripttype=both \
29 --with-systemdunitdir=${systemd_unitdir}/system \
29 " 30 "
30 31
31do_configure (){
32 oe_runconf
33}
34
35do_install_append() {
36 if ${@base_contains('DISTRO_FEATURES','systemd','true','false',d)}; then
37 install -d ${D}/${systemd_unitdir}/system
38 install -m 644 ${WORKDIR}/drbd.service ${D}/${systemd_unitdir}/system
39 install -d ${D}/${libexecdir}
40 install -m 755 ${D}/${sysconfdir}/init.d/drbd ${D}/${libexecdir}/drbd-helper
41
42 sed -i -e 's,@LIBEXECDIR@,${libexecdir},g' \
43 ${D}${systemd_unitdir}/system/drbd.service
44 fi
45}
46
47RDEPENDS_${PN} += "bash perl" 32RDEPENDS_${PN} += "bash perl"
48 33
49# The drbd items are explicitly put under /lib when installed. 34# The drbd items are explicitly put under /lib when installed.
50# 35#
51FILES_${PN} += "/run" 36FILES_${PN} += "/run"
52FILES_${PN} += "/lib/drbd" 37FILES_${PN} += "${base_libdir}/drbd \
53FILES_${PN}-dbg += "/lib/drbd/.debug" 38 ${libdir}/drbd \
39 ${libdir}/tmpfiles.d"
40FILES_${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 354399997..000000000
--- a/meta-networking/recipes-support/drbd/drbd/drbd.service
+++ /dev/null
@@ -1,12 +0,0 @@
1[Unit]
2Description=DRBD Service
3After=network.target
4
5[Service]
6Type=oneshot
7RemainAfterExit=yes
8ExecStart=@LIBEXECDIR@/drbd-helper start
9ExecStop=@LIBEXECDIR@/drbd-helper stop
10
11[Install]
12WantedBy=multi-user.target