blob: 9149ee21f24594ec6752754050dc9bc8fabfb008 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 1b2b6a61c9f82157cd2e0c3744f6c07e07aeb0bd Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Mon, 4 Mar 2019 01:11:30 -0800
4Subject: [PATCH] fix a building failure
Patrick Williamsb48b7b42016-08-17 15:04:38 -05005
6Upstream-Status: Inappropriate [configuration]
7
8building failed since native does not generate import_executables.cmake
9In fact, our building system will export the needed commands
10
11Signed-off-by: Roy Li <rongqing.li@windriver.com>
Brad Bishop19323692019-04-05 15:28:33 -040012Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013---
14 CMakeLists.txt | 5 -----
15 1 file changed, 5 deletions(-)
16
17diff --git a/CMakeLists.txt b/CMakeLists.txt
Brad Bishop19323692019-04-05 15:28:33 -040018index fc30750..4f9110e 100644
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019--- a/CMakeLists.txt
20+++ b/CMakeLists.txt
Brad Bishop19323692019-04-05 15:28:33 -040021@@ -347,11 +347,6 @@ CHECK_PCRE()
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022
Brad Bishop19323692019-04-05 15:28:33 -040023 CHECK_SYSTEMD()
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024
25-IF(CMAKE_CROSSCOMPILING)
26- SET(IMPORT_EXECUTABLES "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Path to import_executables.cmake from a native build")
27- INCLUDE(${IMPORT_EXECUTABLES})
28-ENDIF()
29-
30 #
Brad Bishop19323692019-04-05 15:28:33 -040031 # Setup maintainer mode options. Platform checks are
Patrick Williamsb48b7b42016-08-17 15:04:38 -050032 # not run with the warning options as to not perturb fragile checks
33--
Brad Bishop19323692019-04-05 15:28:33 -0400342.17.1
Patrick Williamsb48b7b42016-08-17 15:04:38 -050035