From patchwork Thu Apr 20 07:06:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 752662 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w7qfb1m1Jz9s03 for ; Thu, 20 Apr 2017 17:06:31 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8628F2DA83; Thu, 20 Apr 2017 07:06:27 +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 MGZKvvNr9KMK; Thu, 20 Apr 2017 07:06:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 82F7622F22; Thu, 20 Apr 2017 07:06:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5E4701C08E3 for ; Thu, 20 Apr 2017 07:06:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 58CCF835F5 for ; Thu, 20 Apr 2017 07:06:22 +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 Z8g-ActPZRyg for ; Thu, 20 Apr 2017 07:06:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B976583641 for ; Thu, 20 Apr 2017 07:06:20 +0000 (UTC) Received: from fwd41.aul.t-online.de (fwd41.aul.t-online.de [172.20.27.139]) by mailout02.t-online.de (Postfix) with SMTP id 0662941AEE30; Thu, 20 Apr 2017 09:06:18 +0200 (CEST) Received: from fli4l.lan.fli4l (rfGAi6Z6rhVW-PLyxFGlIfQjAjeRMG6PF-eMiqnbjZ+BXlG7LXioIyYWNDL3oZKgmo@[79.222.106.186]) by fwd41.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1d16AR-12HarY0; Thu, 20 Apr 2017 09:06:15 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:38826 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1d16AP-0008M2-S2; Thu, 20 Apr 2017 09:06:14 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 20 Apr 2017 09:06:13 +0200 Message-Id: <20170420070613.19595-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: rfGAi6Z6rhVW-PLyxFGlIfQjAjeRMG6PF-eMiqnbjZ+BXlG7LXioIyYWNDL3oZKgmo X-TOI-MSGID: f5bb8a2f-1403-4458-a842-da44c58be14f Cc: Bernd Kuhls , Eric Le Bihan Subject: [Buildroot] [PATCH 1/1] package/eudev: bump version to 3.2.2 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" Removed patch 0001 applied upstream: https://github.com/gentoo/eudev/commit/c0f63850ad29ec978d070a08b816dc2bfca337e3 Signed-off-by: Bernd Kuhls --- .../0002-missing-defines-for-old-kernels.patch | 44 ---------------------- package/eudev/eudev.hash | 4 +- package/eudev/eudev.mk | 2 +- 3 files changed, 3 insertions(+), 47 deletions(-) delete mode 100644 package/eudev/0002-missing-defines-for-old-kernels.patch diff --git a/package/eudev/0002-missing-defines-for-old-kernels.patch b/package/eudev/0002-missing-defines-for-old-kernels.patch deleted file mode 100644 index 6966b07fe..000000000 --- a/package/eudev/0002-missing-defines-for-old-kernels.patch +++ /dev/null @@ -1,44 +0,0 @@ -From c0f63850ad29ec978d070a08b816dc2bfca337e3 Mon Sep 17 00:00:00 2001 -From: Gustavo Sverzut Barbieri -Date: Fri, 30 Dec 2016 11:28:41 -0200 -Subject: [PATCH] udev-builtin-input_id.c: add missing kernel header defines. - -Add missing defines so eudev builds for older kernels such as 2.6 - -Signed-off-by: Gustavo Sverzut Barbieri ---- - src/shared/missing.h | 8 ++++++++ - src/udev/udev-builtin-input_id.c | 1 + - 2 files changed, 9 insertions(+) - -diff --git a/src/shared/missing.h b/src/shared/missing.h -index 5ad599795..bebbb42be 100644 ---- a/src/shared/missing.h -+++ b/src/shared/missing.h -@@ -171,3 +171,11 @@ static inline int name_to_handle_at(int fd, const char *name, struct file_handle - (char *)memcpy(__new, __old, __len); \ - }) - #endif -+ -+#ifndef BTN_TRIGGER_HAPPY -+#define BTN_TRIGGER_HAPPY 0x2c0 -+#endif -+ -+#ifndef INPUT_PROP_MAX -+#define INPUT_PROP_MAX 0x1f -+#endif -diff --git a/src/udev/udev-builtin-input_id.c b/src/udev/udev-builtin-input_id.c -index b14190e42..ca545be5d 100644 ---- a/src/udev/udev-builtin-input_id.c -+++ b/src/udev/udev-builtin-input_id.c -@@ -32,6 +32,7 @@ - - #include "udev.h" - #include "util.h" -+#include "missing.h" - - /* we must use this kernel-compatible implementation */ - #define BITS_PER_LONG (sizeof(unsigned long) * 8) --- -2.11.0 - diff --git a/package/eudev/eudev.hash b/package/eudev/eudev.hash index 108b0c6e5..cda1a8dd3 100644 --- a/package/eudev/eudev.hash +++ b/package/eudev/eudev.hash @@ -1,4 +1,4 @@ # From http://dev.gentoo.org/~blueness/eudev/ -md5 49f71f6c271ffa95b3c20d757d45c2e5 eudev-3.2.1.tar.gz +md5 41e19b70462692fefd072a3f38818b6e eudev-3.2.2.tar.gz # Locally calculated -sha256 57e3d9e51cfefbdad431848ea0ad8ae1cde04928da42474f44bd200b12f5fe19 eudev-3.2.1.tar.gz +sha256 3e4c56ec2fc1854afd0a31f3affa48f922c62d40ee12a0c1a4b4f152ef5b0f63 eudev-3.2.2.tar.gz diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk index 6a77881aa..fdb443252 100644 --- a/package/eudev/eudev.mk +++ b/package/eudev/eudev.mk @@ -4,7 +4,7 @@ # ################################################################################ -EUDEV_VERSION = 3.2.1 +EUDEV_VERSION = 3.2.2 EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev EUDEV_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries) EUDEV_LICENSE_FILES = COPYING