From patchwork Sat Feb 7 13:53:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 437560 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 7C4571401AF for ; Sun, 8 Feb 2015 00:54:22 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A5D98308D3; Sat, 7 Feb 2015 13:54:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nccHPTfvU78r; Sat, 7 Feb 2015 13:54:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id F1FBD31E4D; Sat, 7 Feb 2015 13:53:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 8AED91C11CB for ; Sat, 7 Feb 2015 13:53:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 833A8312BE for ; Sat, 7 Feb 2015 13:53:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZG-t8YxbvD6j for ; Sat, 7 Feb 2015 13:53:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by silver.osuosl.org (Postfix) with ESMTPS id D6F2930CE0 for ; Sat, 7 Feb 2015 13:53:36 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id z12so18540942wgg.3 for ; Sat, 07 Feb 2015 05:53:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=9i94Ps7iB4E5WzC2Psj5MtxF4pRErk6gapYxStAITP8=; b=UgPxOT3NavVJS3QozHC2En7RbCTL7m+TAtCtyJC1p6Y9YBad6z5rRXfMajPkwimTNU HjkBh3xmtnb46aqoP8CrE6SCpSogOmx0c4OVZXTUvUAZfnH8EHqCctrC7B5kB4AcS3XH Tzot/tS7DFixhqwIqSYl8WYLYDXtD0/ClUkAfqbGMglfGiRHascAurLEqo4XSLa/TmYM yalzBeEasKBjwM4hXuFliOy4WyjbT8RlQSZwA6hjA3IRTnflJ2WPhApuuur9BMTn49ZD ZO3HxhYRAzRpRgZahLtMR1v5p7/dQLB67jeryDQqi1aWL7lSthzfGfpX7eNa8jMBbGxb JjKQ== X-Received: by 10.180.37.33 with SMTP id v1mr5304445wij.76.1423317215565; Sat, 07 Feb 2015 05:53:35 -0800 (PST) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id ej10sm5826291wib.2.2015.02.07.05.53.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 07 Feb 2015 05:53:34 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 7 Feb 2015 14:53:21 +0100 Message-Id: <529257cc88c99e285bb474760702aa4fa0dd6882.1423317174.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Bernd Kuhls , Peter Korsgaard , "Yann E. MORIN" Subject: [Buildroot] [PATCH 05/11 v7] package/eudev: align comments to the ones in eudev /dev management X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" eudev will soon be selectable even when it does not handle /dev management, to provide just libudev. As such, we must reproduce the same dependencies and comment as we have in the /dev management entry. Also, point to a better home. Signed-off-by: "Yann E. MORIN" Cc: Bernd Kuhls Reviewed-by: Ryan Barnett --- package/eudev/Config.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package/eudev/Config.in b/package/eudev/Config.in index a822b9e..7915f4b 100644 --- a/package/eudev/Config.in +++ b/package/eudev/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_EUDEV bool "eudev" + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9 depends on !BR2_avr32 # no epoll_create1 depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV depends on BR2_USE_MMU # uses fork() @@ -15,10 +16,10 @@ config BR2_PACKAGE_EUDEV Userspace device daemon. This is a standalone version, independent of systemd. It is a fork maintained by Gentoo. - eudev requires a Linux kernel >= 2.6.34: it relies on devtmpfs + eudev requires a Linux kernel >= 3.9: it relies on devtmpfs and inotify. - http://dev.gentoo.org/~blueness/eudev + http://www.gentoo.org/proj/en/eudev/ if BR2_PACKAGE_EUDEV @@ -40,7 +41,8 @@ comment "eudev needs eudev /dev management" depends on BR2_USE_MMU depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV -comment "eudev needs a toolchain w/ largefile, wchar, dynamic library" +comment "eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9" depends on !BR2_avr32 depends on BR2_USE_MMU - depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS + depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS \ + || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9