Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] tslib: disable raw input plugin under kernel < v3.12
Date: Sun, 15 Jan 2017 17:27:02 +0100	[thread overview]
Message-ID: <20170115162702.GE3552@free.fr> (raw)
In-Reply-To: <4e6b08821af14328fceacf79bbdfa70f82deae8e.1484425049.git.baruch@tkos.co.il>

Baruch, All,

On 2017-01-14 22:17 +0200, Baruch Siach spake thusly:
> The SYN_CNT input code was added in kernel v3.12.
> 
> Fixes:
> http://autobuild.buildroot.net/results/5cd/5cdb9d22092e9222cc7e8fe8dd3936305a5d371d/
> http://autobuild.buildroot.net/results/211/2115038caff1e036cbc9dcb5cb6905abe643552a/
> http://autobuild.buildroot.net/results/c79/c79de6fdd5cfe406979941790276296b6d1ec0b8/
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Again, you beat me to it. ;-)

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/tslib/tslib.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
> index d6e66b723955..7f74ca5fed04 100644
> --- a/package/tslib/tslib.mk
> +++ b/package/tslib/tslib.mk
> @@ -13,4 +13,8 @@ TSLIB_AUTORECONF = YES
>  TSLIB_INSTALL_STAGING = YES
>  TSLIB_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
>  
> +ifeq ($(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12),)
> +TSLIB_CONF_OPTS += --disable-input
> +endif
> +
>  $(eval $(autotools-package))
> -- 
> 2.11.0
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2017-01-15 16:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-14 20:17 [Buildroot] [PATCH 1/3] tslib: fix missing headers Baruch Siach
2017-01-14 20:17 ` [Buildroot] [PATCH 2/3] tslib: disable raw input plugin under kernel < v3.12 Baruch Siach
2017-01-15 16:27   ` Yann E. MORIN [this message]
2017-01-16 12:17   ` Peter Korsgaard
2017-01-14 20:17 ` [Buildroot] [PATCH 3/3] tslib: use upstream .tar.xz archive Baruch Siach
2017-01-15 16:27   ` Yann E. MORIN
2017-01-16 12:19   ` Peter Korsgaard
2017-01-15 16:17 ` [Buildroot] [PATCH 1/3] tslib: fix missing headers Yann E. MORIN
2017-01-16 12:17 ` Peter Korsgaard

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=20170115162702.GE3552@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox