mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #987 from marineam/updates
Prepare for updating portage-stable
This commit is contained in:
commit
53fc71fc5c
@ -69,7 +69,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/ws4py
|
||||
sys-devel/bc
|
||||
dev-util/cmake
|
||||
dev-util/gob
|
||||
dev-util/gdbus-codegen
|
||||
dev-util/gperf
|
||||
>=dev-util/gtk-doc-am-1.13
|
||||
@ -169,12 +168,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/pyyaml
|
||||
"
|
||||
|
||||
# Tools for working with compiler generated profile information
|
||||
# (such as coverage analysis in common.mk)
|
||||
RDEPEND="${RDEPEND}
|
||||
dev-util/lcov
|
||||
"
|
||||
|
||||
# Host dependencies for building ISOs
|
||||
RDEPEND="${RDEPEND}
|
||||
virtual/cdrtools
|
||||
|
4
sdk_container/src/third_party/coreos-overlay/coreos/config/cross_compile_config.cmake
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/coreos/config/cross_compile_config.cmake
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Fix up cross compiling CMake
|
||||
|
||||
SET(KWSYS_LFS_WORKS "1" CACHE STRING "" FORCE)
|
||||
SET(KWSYS_CHAR_IS_SIGNED "1" CACHE STRING "" FORCE)
|
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-util/cmake
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-util/cmake
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
if [[ $(cros_target) != "cros_host" ]] ; then
|
||||
CMAKE_EXTRA_CACHE_FILE="${CROS_ADDONS_TREE}/config/cross_compile_config.cmake"
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user