From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/cmake: disable on unsupported architectures
Date: Tue, 17 Mar 2015 11:17:59 +0200 [thread overview]
Message-ID: <20150317091759.GK2415@tarshish> (raw)
In-Reply-To: <1426583299-21207-1-git-send-email-s.martin49@gmail.com>
Hi Samuel,
On Tue, Mar 17, 2015 at 10:08:18AM +0100, Samuel Martin wrote:
> Supported architectures are listed at [1].
>
> Fixes:
> http://autobuild.buildroot.net/results/de9/de9021fdc63600536ffa91e4b8718584e3e5702c/
> http://autobuild.buildroot.net/results/0f1/0f1afc62e91ab798fa65685af3dea3caac663f11/
>
> [1] https://github.com/Kitware/CMake/blob/master/Utilities/KWIML/ABI.h.in#L339
>
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> ---
> package/cmake/Config.in | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/package/cmake/Config.in b/package/cmake/Config.in
> index 0b5bba9..eee2461 100644
> --- a/package/cmake/Config.in
> +++ b/package/cmake/Config.in
> @@ -10,6 +10,12 @@ config BR2_PACKAGE_CMAKE_CTEST
> select BR2_PACKAGE_EXPAT
> select BR2_PACKAGE_BZIP2
> select BR2_PACKAGE_XZ
> + depends on !BR2_arcle && !BR2_arceb
> + depends on !BR2_bfin
> + depends on !BR2_microblazeel && !BR2_microblazebe
> + depends on !BR2_nios2
> + depends on !BR2_sh && !BR2_sh64
> + depends on !BR2_xtensa
Please update the dependencies comment below.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
prev parent reply other threads:[~2015-03-17 9:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-17 9:08 [Buildroot] [PATCH 1/2] package/cmake: disable on unsupported architectures Samuel Martin
2015-03-17 9:08 ` [Buildroot] [PATCH 2/2] package/cmake: not available on static-only build Samuel Martin
2015-03-17 9:13 ` [Buildroot] [PATCH 1/2] package/cmake: disable on unsupported architectures Thomas Petazzoni
2015-03-17 9:17 ` Baruch Siach [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150317091759.GK2415@tarshish \
--to=baruch@tkos.co.il \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox