From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1 v2] eudev: fix dependency on kernel headers version
Date: Mon, 9 Mar 2015 13:17:33 +0200 [thread overview]
Message-ID: <20150309111733.GH2518@tarshish> (raw)
In-Reply-To: <1425899411-30086-1-git-send-email-swexru@gmail.com>
Hi Alexey,
On Mon, Mar 09, 2015 at 02:10:11PM +0300, Alexey Mednyy wrote:
> diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
> index 2221966..eb266a1 100644
> --- a/package/eudev/eudev.mk
> +++ b/package/eudev/eudev.mk
> @@ -10,6 +10,7 @@ EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev
> EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries)
> EUDEV_LICENSE_FILES = COPYING
> EUDEV_INSTALL_STAGING = YES
> +EUDEV_AUTORECONF = YES
Please add a comment here saying that we are patching configure.ac.
> # mq_getattr is in librt
> EUDEV_CONF_ENV += LIBS=-lrt
> diff --git a/system/Config.in b/system/Config.in
> index 4d1c3d2..9e2b13f 100644
> --- a/system/Config.in
> +++ b/system/Config.in
> @@ -128,13 +128,12 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
> depends on BR2_USE_WCHAR
> depends on !BR2_STATIC_LIBS
> depends on BR2_USE_MMU # eudev
> - depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
> +# depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
Please remove this line.
> select BR2_PACKAGE_EUDEV
>
> -comment "eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9"
> +comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
> depends on BR2_USE_MMU
> - depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
> - || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
> + depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
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 -
next prev parent reply other threads:[~2015-03-09 11:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 11:10 [Buildroot] [PATCH 1/1 v2] eudev: fix dependency on kernel headers version Alexey Mednyy
2015-03-09 11:17 ` Baruch Siach [this message]
2015-03-09 11:36 ` Alexey Mednyy
2015-03-09 21:20 ` Arnout Vandecappelle
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=20150309111733.GH2518@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.