mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
crui: update selinux patch to apply to v2.5
I am not sure how the uprev to v2.5 was completed without seeing this patch failure but regardless the file being patched was moved to the 'criu' directory as part of the v2.5 release. Update the path found in the patch and update the context in the patch such that it applies. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
67c86c4962
commit
a0524380e8
|
@ -1,3 +1,8 @@
|
||||||
|
From bd2eeaddfc1f12f87184d870cc9a1adde1cf0b10 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mark Asselstine <mark.asselstine@windriver.com>
|
||||||
|
Date: Mon, 24 Apr 2017 13:08:48 -0400
|
||||||
|
Subject: [PATCH] criu/Makefile.config: explicitly remove selinux support
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [disable feature]
|
Upstream-Status: Inappropriate [disable feature]
|
||||||
|
|
||||||
It shows warning when build crius if libselinux has been built already:
|
It shows warning when build crius if libselinux has been built already:
|
||||||
|
@ -7,20 +12,28 @@ It shows warning when build crius if libselinux has been built already:
|
||||||
Apply this patch to disable selinux support when 'selinux' is not in PACKAGECONF.
|
Apply this patch to disable selinux support when 'selinux' is not in PACKAGECONF.
|
||||||
|
|
||||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
|
[MA: Context updated to apply against criu v2.5]
|
||||||
|
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
|
||||||
|
---
|
||||||
|
criu/Makefile.config | 5 -----
|
||||||
|
1 file changed, 5 deletions(-)
|
||||||
|
|
||||||
diff --git a/Makefile.config b/Makefile.config
|
diff --git a/criu/Makefile.config b/criu/Makefile.config
|
||||||
index ce4b8d8..3ac2780 100644
|
index f531b3b..37216f8 100644
|
||||||
--- a/Makefile.config
|
--- a/criu/Makefile.config
|
||||||
+++ b/Makefile.config
|
+++ b/criu/Makefile.config
|
||||||
@@ -8,11 +8,6 @@ ifeq ($(call try-cc,$(LIBBSD_DEV_TEST),-lbsd),y)
|
@@ -7,11 +7,6 @@ ifeq ($(call try-cc,$(FEATURE_TEST_LIBBSD_DEV),-lbsd),true)
|
||||||
DEFINES += -DCONFIG_HAS_LIBBSD
|
FEATURE_DEFINES += -DCONFIG_HAS_LIBBSD
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-ifeq ($(call pkg-config-check,libselinux),y)
|
-ifeq ($(call pkg-config-check,libselinux),y)
|
||||||
- LIBS := -lselinux $(LIBS)
|
- LIBS += -lselinux
|
||||||
- DEFINES += -DCONFIG_HAS_SELINUX
|
- FEATURE_DEFINES += -DCONFIG_HAS_SELINUX
|
||||||
-endif
|
-endif
|
||||||
-
|
-
|
||||||
$(CONFIG): scripts/utilities.mak scripts/feature-tests.mak include/config-base.h
|
export DEFINES += $(FEATURE_DEFINES)
|
||||||
$(E) " GEN " $@
|
export CFLAGS += $(FEATURE_DEFINES)
|
||||||
$(Q) @echo '#ifndef __CR_CONFIG_H__' > $@
|
|
||||||
|
--
|
||||||
|
2.7.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user