mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:36:21 +00:00
Dropped 0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch and 0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch which are now merged in the upstream. Refreshed other patches for the new version. Release Note: https://github.com/opensvc/multipath-tools/blob/0.11.3/NEWS.md Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
From 3491d5ed1633a42d1f46d50ebce324d28e02ed32 Mon Sep 17 00:00:00 2001
|
|
From: Changqing Li <changqing.li@windriver.com>
|
|
Date: Tue, 4 Jun 2019 11:39:39 +0800
|
|
Subject: [PATCH] multipath-tools: modify create-config.mk for
|
|
cross-compilation
|
|
|
|
Do not look for systemd info on the host, and allow us to pass in CFLAGS
|
|
using the OPTFLAGS variable.
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Joe Slater <joe.slater@windriver.com>
|
|
|
|
[OP: Rebase to 0.9.3]
|
|
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
|
|
|
|
Rebase to 0.9.8
|
|
Signed-off-by: Changqing Li <changqing.li@windriver.com>
|
|
---
|
|
create-config.mk | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/create-config.mk b/create-config.mk
|
|
index e8fa391c..f620da5a 100644
|
|
--- a/create-config.mk
|
|
+++ b/create-config.mk
|
|
@@ -127,10 +127,6 @@ ifeq ($(ENABLE_DMEVENTS_POLL),0)
|
|
DEFINES += -DNO_DMEVENTS_POLL
|
|
endif
|
|
|
|
-SYSTEMD := $(strip $(or $(shell $(PKG_CONFIG) --modversion libsystemd 2>/dev/null | awk '{print $$1}'), \
|
|
- $(shell systemctl --version 2>/dev/null | sed -n 's/systemd \([0-9]*\).*/\1/p')))
|
|
-
|
|
-
|
|
# $(call TEST_CC_OPTION,option,fallback)
|
|
# Test if the C compiler supports the option.
|
|
# Evaluates to "option" if yes, and "fallback" otherwise.
|