From patchwork Fri Jun 13 23:02:39 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: 359725 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C7DC01400AB for ; Sat, 14 Jun 2014 09:03:35 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1BD578BE6F; Fri, 13 Jun 2014 23:03:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x1e8QhXeqKgh; Fri, 13 Jun 2014 23:03:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D5F2A8BE54; Fri, 13 Jun 2014 23:03:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id BA7BE1BF97D for ; Fri, 13 Jun 2014 23:03:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B7872918B9 for ; Fri, 13 Jun 2014 23:03:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jH3ZDo8--1EO for ; Fri, 13 Jun 2014 23:03:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by hemlock.osuosl.org (Postfix) with ESMTPS id 148F48ACF8 for ; Fri, 13 Jun 2014 23:03:06 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id u57so3490758wes.17 for ; Fri, 13 Jun 2014 16:03:05 -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=/vB2S4lKSYokZ9rwUbSbYsFKNxCzHelCYrop0TFGsmo=; b=XjH9OGUQTcIhuIIplcS7kDOdOlsp3dlwrfuBTVSwPSQXc+vSLZPNSlGQs3ktX4wMhZ jtz15D2m5b+zurLsmUKaefXX6IDEwxf9EuY7mshJKmGyk8+osDoYmV1p4VSvZcFZoxqc bpW700STIwe67SUIWjqFYhh0haAZ59oniSx0kwGjy4UN8l1QlUDm5cXLF6UflBOt4JNW bBAMipojQLfvasF5M1QKw6vPadBFxvDTXVKVE5G9ubKk5TDjHNjeNaF9HZ60QzrHfleq 3ZYGp8ETwETODi+iIpxMHKcGdP/qTRd8fmN6GiY1Ar9sbIVwHqUTxzttlcNZmHMauuxM cblg== X-Received: by 10.180.228.39 with SMTP id sf7mr8473217wic.26.1402700585616; Fri, 13 Jun 2014 16:03:05 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ja9sm4901602wic.8.2014.06.13.16.03.04 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Jun 2014 16:03:05 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 14 Jun 2014 01:02:39 +0200 Message-Id: <9f0792f43adcbd3a24dff51ed67fdb466d971e2e.1402699915.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 15/20 RFC] package/libusb: needs libudev, not a udev daemon X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: "Yann E. MORIN" libusb is happy enough with just a libudev, and does not require a udev daemon. Signed-off-by: "Yann E. MORIN" --- package/libusb/libusb.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk index 417b2ce..6e1c6a5 100644 --- a/package/libusb/libusb.mk +++ b/package/libusb/libusb.mk @@ -21,8 +21,9 @@ ifeq ($(BR2_avr32),y) LIBUSB_CONF_OPT += --disable-timerfd endif -ifeq ($(BR2_PACKAGE_HAS_UDEV),y) -LIBUSB_DEPENDENCIES += udev +ifeq ($(BR2_PACKAGE_HAS_LIBUDEV),y) +LIBUSB_CONF_OPT += --enable-udev +LIBUSB_DEPENDENCIES += libudev else LIBUSB_CONF_OPT += --disable-udev endif