From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] package/read-edid: Fix compiler check, c++ is not needed
Date: Sun, 13 Dec 2015 18:20:47 +0100 [thread overview]
Message-ID: <20151213172047.GD3679@free.fr> (raw)
In-Reply-To: <1450019762-21731-1-git-send-email-bernd.kuhls@t-online.de>
Bernd, All,
On 2015-12-13 16:16 +0100, Bernd Kuhls spake thusly:
> Fixes
> http://autobuild.buildroot.net/results/8c1/8c11e463b68121fe0331acf9f8a42a1d3fef40c7//
> and others
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> v2: read-edid does not need c++, added new patch suggested by Thomas
>
> package/read-edid/0002-Fix-compiler-check.patch | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 package/read-edid/0002-Fix-compiler-check.patch
>
> diff --git a/package/read-edid/0002-Fix-compiler-check.patch b/package/read-edid/0002-Fix-compiler-check.patch
> new file mode 100644
> index 0000000..6c5f58c
> --- /dev/null
> +++ b/package/read-edid/0002-Fix-compiler-check.patch
> @@ -0,0 +1,19 @@
> +Fix compiler check
> +
> +By default CMake looks for c++ which the project does not need.
> +
> +Patch by Thomas:
> +http://lists.busybox.net/pipermail/buildroot/2015-December/146865.html
> +
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> +
> +diff -uNr read-edid-3.0.2.org/CMakeLists.txt read-edid-3.0.2/CMakeLists.txt
> +--- read-edid-3.0.2.org/CMakeLists.txt 2014-02-05 17:27:26.000000000 +0100
> ++++ read-edid-3.0.2/CMakeLists.txt 2015-12-13 16:08:43.000000000 +0100
> +@@ -1,5 +1,5 @@
> + cmake_minimum_required (VERSION 2.6)
> +-project (read-edid)
> ++project (read-edid C)
> +
> + option(I2CBUILD "Build I2C get-edid implementation" ON)
> + option(CLASSICBUILD "Build VBE get-edid implementation" ON)
> --
> 2.6.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2015-12-13 17:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-13 15:16 [Buildroot] [PATCH v2 1/1] package/read-edid: Fix compiler check, c++ is not needed Bernd Kuhls
2015-12-13 17:20 ` Yann E. MORIN [this message]
2015-12-13 21:38 ` Thomas Petazzoni
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=20151213172047.GD3679@free.fr \
--to=yann.morin.1998@free.fr \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.