[Buildroot] [PATCH 1/4 v5] package/cmake: make ctest a target package too

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Mar 15 17:41:32 UTC 2015


Dear Samuel Martin,

On Sun,  8 Mar 2015 10:47:20 +0100, Samuel Martin wrote:

> diff --git a/package/cmake/Config.in b/package/cmake/Config.in
> new file mode 100644
> index 0000000..3d31d7a
> --- /dev/null
> +++ b/package/cmake/Config.in
> @@ -0,0 +1,14 @@
> +config BR2_PACKAGE_CMAKE
> +	bool
> +
> +config BR2_PACKAGE_CMAKE_CTEST
> +	bool "ctest"
> +	select BR2_PACKAGE_CMAKE

There was a missing dependency on C++ (CMake is written entirely in
C++), and also you forgot to 'select' all the libraries you have in
CMAKE_DEPENDENCIES. And one of them, libarchive, has a dependency on
wchar, that had to be propagated here.

Committed with those issues fixed.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list