summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/multipath-tools
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2015-07-17 11:10:03 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-30 21:23:43 +0200
commit0ba845e49d1dc4da87acd2fd942680f2179b982f (patch)
tree7179fefdb1577796ea0b0ea42bc13ca799a7ea81 /meta-oe/recipes-support/multipath-tools
parentf126d5a2e63383eb5bacb4aae5541ebf59c19d89 (diff)
downloadmeta-openembedded-0ba845e49d1dc4da87acd2fd942680f2179b982f.tar.gz
multipath-tools: upgrade git rev
There is no new release for package multipath-tools. And just upgrade its git rev to the latest commit 0.5.0-144-g770e6d0 on Feb 16, 2015. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools')
-rw-r--r--meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch11
-rw-r--r--meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb8
2 files changed, 13 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch b/meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch
index ff71f3967..71963e0c4 100644
--- a/meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch
+++ b/meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch
@@ -7,6 +7,9 @@ Upstream-Status: Inappropriate [embedded specific]
7 7
8Signed-off-by: Joe Slater <joe.slater@windriver.com> 8Signed-off-by: Joe Slater <joe.slater@windriver.com>
9 9
10Update for version 0.5.0-144-g770e6d0
11
12Signed-off-by: Kai Kang <kai.kang@windriver.com>
10 13
11--- a/Makefile.inc 14--- a/Makefile.inc
12+++ b/Makefile.inc 15+++ b/Makefile.inc
@@ -20,10 +23,10 @@ Signed-off-by: Joe Slater <joe.slater@windriver.com>
20- endif 23- endif
21-endif 24-endif
22- 25-
23 prefix = 26 ifndef SYSTEMDPATH
24 exec_prefix = $(prefix) 27 SYSTEMDPATH=usr/lib
25 bindir = $(exec_prefix)/sbin 28 endif
26@@ -49,7 +43,10 @@ ifndef RPM_OPT_FLAGS 29@@ -53,7 +47,10 @@ ifndef RPM_OPT_FLAGS
27 RPM_OPT_FLAGS = -O2 -g -pipe -Wformat-security -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 30 RPM_OPT_FLAGS = -O2 -g -pipe -Wformat-security -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
28 endif 31 endif
29 32
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
index f35cc3b58..a3f20bcfb 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
@@ -25,9 +25,12 @@ SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http \
25# 25#
26# includes important systemd related structure size fix 26# includes important systemd related structure size fix
27# 27#
28SRCREV = "aec68ab217fd2956443b27ceeb97dd6475267789" 28#SRCREV = "aec68ab217fd2956443b27ceeb97dd6475267789"
29LIC_FILES_CHKSUM = "file://COPYING;md5=b06690e7a95c166eefe0199b39118eb1" 29LIC_FILES_CHKSUM = "file://COPYING;md5=b06690e7a95c166eefe0199b39118eb1"
30 30
31# 0.5.0 + commits thru 2/16/2015
32SRCREV = "770e6d0da035deaced82885939161c2b69225e10"
33
31inherit systemd 34inherit systemd
32 35
33 36
@@ -66,6 +69,7 @@ FILES_${PN} += "${base_libdir}/multipath \
66 69
67PACKAGES =+ "kpartx" 70PACKAGES =+ "kpartx"
68FILES_kpartx = "${base_sbindir}/kpartx \ 71FILES_kpartx = "${base_sbindir}/kpartx \
69 /lib/udev/kpartx_id" 72 /usr/lib/udev/kpartx_id \
73 "
70 74
71RDEPENDS_${PN} += "kpartx" 75RDEPENDS_${PN} += "kpartx"