From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] xlib_libXpm: needs MMU (fork)
Date: Tue, 29 Apr 2014 23:07:22 +0300 [thread overview]
Message-ID: <20140429200722.GQ4531@tarshish> (raw)
In-Reply-To: <1398800256-11508-1-git-send-email-bernd.kuhls@t-online.de>
Hi Bernd,
On Tue, Apr 29, 2014 at 09:37:36PM +0200, Bernd Kuhls wrote:
> Fixes http://autobuild.buildroot.net/results/c57/c571b0a9d9f36a445ea36a4bd609154f9a9bddd5/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: extend patch to reverse dependency of xlib_libXpm (Thomas)
The xvkbd package also selects BR2_PACKAGE_XLIB_LIBXPM.
>
> package/x11r7/xlib_libXaw/Config.in | 1 +
> package/x11r7/xlib_libXpm/Config.in | 1 +
> 2 files changed, 2 insertions(+)
> diff --git a/package/x11r7/xlib_libXaw/Config.in
> b/package/x11r7/xlib_libXaw/Config.in
> index 3695bb6..12addc4 100644
> --- a/package/x11r7/xlib_libXaw/Config.in
> +++ b/package/x11r7/xlib_libXaw/Config.in
> @@ -5,5 +5,6 @@ config BR2_PACKAGE_XLIB_LIBXAW
> select BR2_PACKAGE_XLIB_LIBXMU
> select BR2_PACKAGE_XLIB_LIBXPM
> select BR2_PACKAGE_XPROTO_XPROTO
> + depends on BR2_USE_MMU # fork() / xlib_libXpm
This dependency should be propagated further recursively. Many packages select
BR2_PACKAGE_XLIB_LIBXAW and all of them must also depend on BR2_USE_MMU.
> help
> X.Org Xaw library
> diff --git a/package/x11r7/xlib_libXpm/Config.in b/package/x11r7/xlib_libXpm/Config.in
> index 528498c..077041a 100644
> --- a/package/x11r7/xlib_libXpm/Config.in
> +++ b/package/x11r7/xlib_libXpm/Config.in
> @@ -4,5 +4,6 @@ config BR2_PACKAGE_XLIB_LIBXPM
> select BR2_PACKAGE_XLIB_LIBXEXT
> select BR2_PACKAGE_XLIB_LIBXT
> select BR2_PACKAGE_XPROTO_XPROTO
> + depends on BR2_USE_MMU # fork()
> help
> X.Org Xpm library
> --
--
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 -
next prev parent reply other threads:[~2014-04-29 20:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-29 19:37 [Buildroot] [PATCH v2 1/1] xlib_libXpm: needs MMU (fork) Bernd Kuhls
2014-04-29 20:07 ` Baruch Siach [this message]
2014-04-29 22:54 ` 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=20140429200722.GQ4531@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 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.