From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libdrm: fix autoreconf
Date: Sun, 2 Apr 2017 22:58:29 +0200 [thread overview]
Message-ID: <20170402205829.GA21845@scaer> (raw)
In-Reply-To: <20170402200420.32139-1-bernd.kuhls@t-online.de>
Bernd, Romain, All,
On 2017-04-02 22:04 +0200, Bernd Kuhls spake thusly:
> Patch suggested by Romain:
> http://lists.busybox.net/pipermail/buildroot/2017-April/188480.html
>
> Fixes
> http://autobuild.buildroot.net/results/a20/a20d133a01a911fab8e7141a60c76c5832db8494/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/libdrm/Config.in | 1 +
> package/libdrm/libdrm.mk | 2 ++
> 2 files changed, 3 insertions(+)
>
> diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
> index 81fc5ccf9..4bf8cf64c 100644
> --- a/package/libdrm/Config.in
> +++ b/package/libdrm/Config.in
> @@ -1,6 +1,7 @@
> menuconfig BR2_PACKAGE_LIBDRM
> bool "libdrm"
> select BR2_PACKAGE_LIBPTHREAD_STUBS
> + select BR2_PACKAGE_XUTIL_UTIL_MACROS
> depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
> help
> Direct Rendering Manager
> diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
> index 875d3cc4a..3fc18c887 100644
> --- a/package/libdrm/libdrm.mk
> +++ b/package/libdrm/libdrm.mk
> @@ -13,8 +13,10 @@ LIBDRM_AUTORECONF = YES
>
> LIBDRM_INSTALL_STAGING = YES
>
> +# xutil_util-macros is needed for autoreconf
> LIBDRM_DEPENDENCIES = \
> libpthread-stubs \
> + xutil_util-macros \
I wonder why the target variant would be needed, when we're talking
about needing the m4 macros durign the build, which should be provided
by the host variant, no?
At least, that was solving the issue for me...
Regards,
Yann E. MORIN.
> host-pkgconf
>
> LIBDRM_CONF_OPTS = \
> --
> 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. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2017-04-02 20:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-02 20:04 [Buildroot] [PATCH 1/1] package/libdrm: fix autoreconf Bernd Kuhls
2017-04-02 20:58 ` Yann E. MORIN [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=20170402205829.GA21845@scaer \
--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