From: Alexey Mednyy <swexru@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1 v2] eudev: fix dependency on kernel headers version
Date: Mon, 09 Mar 2015 14:36:39 +0300 [thread overview]
Message-ID: <54FD85C7.6040609@gmail.com> (raw)
In-Reply-To: <20150309111733.GH2518@tarshish>
Hi Baruch,
sorry need more experience with git.
git reset --soft HEAD~1
gives files both in Changes to be commited and Changes not staged for
commit.
Now I know need to git add those files again.
Patch v3 on the way.
Thanks.
On 03/09/2015 02:17 PM, Baruch Siach wrote:
> 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
>
--
_________________________________
Best regards, Mednyy Alexey.
next prev parent reply other threads:[~2015-03-09 11:36 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
2015-03-09 11:36 ` Alexey Mednyy [this message]
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=54FD85C7.6040609@gmail.com \
--to=swexru@gmail.com \
--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