From patchwork Mon Oct 27 20:46:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 403911 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 0DFBB140081 for ; Tue, 28 Oct 2014 07:46:49 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4A83E33518; Mon, 27 Oct 2014 20:46:48 +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 idFaZ4m4AuiF; Mon, 27 Oct 2014 20:46:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BCCCD333DF; Mon, 27 Oct 2014 20:46:45 +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 6A63F1C24A6 for ; Mon, 27 Oct 2014 20:46:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6362133370 for ; Mon, 27 Oct 2014 20:46: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 ap7y+Z5-CpMl for ; Mon, 27 Oct 2014 20:46:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by silver.osuosl.org (Postfix) with ESMTPS id AA3E0334CA for ; Mon, 27 Oct 2014 20:46:40 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id fp1so3111921pdb.9 for ; Mon, 27 Oct 2014 13:46:40 -0700 (PDT) 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=+K8J6PTasZmm+MyKyKGQkvmqJGPIHeCr6hcMvyJRIDs=; b=I/hxRcAIrSrrVdqPkTkduNthBFvQMQf75pFD22tvg7sFNFNB9wNlv+9ivKFTPNBmE6 SgKK/Fdhydkg2c0282vr8k1QVk9mOl0YvdVbun2iku1mDnHM45rIobFwQbu62p4nb+bq Vko83PJxUb7zC0ECoYv+8ghgnOZRNDvPz6RcPjLEwf9FEg3XEGZHn3FanS/RbZ0Eb4eT P9eg5muXnsxUzaUKCshAXJsizxT1UAMSeAFOZ5kKFsBnCEic0heejvXsv1rSzZrVTSE/ U/b4BfAOwItOcqRU1c0URcLFBPd6qu+da0pxMojI9XX8w6uEW+hrrsZwDCgIMR1uOUVQ uR0g== X-Received: by 10.68.255.195 with SMTP id as3mr27067293pbd.38.1414442800508; Mon, 27 Oct 2014 13:46:40 -0700 (PDT) Received: from localhost.localdomain (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id l5sm8611316pdj.12.2014.10.27.13.46.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Oct 2014 13:46:40 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Mon, 27 Oct 2014 13:46:11 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Bernd Kuhls , "Yann E. MORIN" Subject: [Buildroot] [PATCH 03/15 v6] package/eudev: is a provider for libudev 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" Signed-off-by: "Yann E. MORIN" Cc: Bernd Kuhls Reviewed-by: Bernd Kuhls [ Compiled for x86 target with glibc 2.18 and Kernel headers 3.15.x ] Tested-by: Cedric Chedaleux --- package/eudev/Config.in | 4 ++++ package/eudev/eudev.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package/eudev/Config.in b/package/eudev/Config.in index 6101d6d..fa28a9f 100644 --- a/package/eudev/Config.in +++ b/package/eudev/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_EUDEV depends on BR2_LARGEFILE # util-linux depends on BR2_USE_WCHAR # util-linux depends on !BR2_PREFER_STATIC_LIB # kmod + select BR2_PACKAGE_HAS_LIBUDEV select BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBBLKID @@ -21,6 +22,9 @@ config BR2_PACKAGE_EUDEV if BR2_PACKAGE_EUDEV +config BR2_PACKAGE_PROVIDES_LIBUDEV + default "eudev" + config BR2_PACKAGE_PROVIDES_UDEV default "eudev" diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk index 3cd22be..3a0d0e4 100644 --- a/package/eudev/eudev.mk +++ b/package/eudev/eudev.mk @@ -25,7 +25,7 @@ EUDEV_CONF_OPTS = \ --enable-libkmod EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux kmod -EUDEV_PROVIDES = udev +EUDEV_PROVIDES = libudev udev ifeq ($(BR2_PACKAGE_EUDEV_RULES_GEN),y) EUDEV_CONF_OPTS += --enable-rule_generator