aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch
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/files/makefile_inc.patch
parentf126d5a2e63383eb5bacb4aae5541ebf59c19d89 (diff)
downloadmeta-openembedded-contrib-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/files/makefile_inc.patch')
-rw-r--r--meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch11
1 files changed, 7 insertions, 4 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 ff71f39675..71963e0c49 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]
Signed-off-by: Joe Slater <joe.slater@windriver.com>
+Update for version 0.5.0-144-g770e6d0
+
+Signed-off-by: Kai Kang <kai.kang@windriver.com>
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -20,10 +23,10 @@ Signed-off-by: Joe Slater <joe.slater@windriver.com>
- endif
-endif
-
- prefix =
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/sbin
-@@ -49,7 +43,10 @@ ifndef RPM_OPT_FLAGS
+ ifndef SYSTEMDPATH
+ SYSTEMDPATH=usr/lib
+ endif
+@@ -53,7 +47,10 @@ ifndef RPM_OPT_FLAGS
RPM_OPT_FLAGS = -O2 -g -pipe -Wformat-security -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
endif