From patchwork Mon Mar 17 14:32:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Le Bihan X-Patchwork-Id: 331051 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 3D54F2C00BE for ; Tue, 18 Mar 2014 01:33:10 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7B08D8BDF7; Mon, 17 Mar 2014 14:33:09 +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 LbvJJOyc27xi; Mon, 17 Mar 2014 14:33:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id DA7D68BE2C; Mon, 17 Mar 2014 14:33:08 +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 EE87A1C256D for ; Mon, 17 Mar 2014 14:33:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E8AF026A38 for ; Mon, 17 Mar 2014 14:33:07 +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 OlAfSkYV1kEo for ; Mon, 17 Mar 2014 14:33:06 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by silver.osuosl.org (Postfix) with ESMTP id BC1E7266BF for ; Mon, 17 Mar 2014 14:33:04 +0000 (UTC) Received: from pc-eric.femto.urd1.local (unknown [217.128.73.13]) (Authenticated sender: eric.le.bihan.dev@free.fr) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 5C8804C80F9 for ; Mon, 17 Mar 2014 15:32:59 +0100 (CET) From: Eric Le Bihan To: buildroot@buildroot.org Date: Mon, 17 Mar 2014 15:32:58 +0100 Message-Id: <1395066778-20800-1-git-send-email-eric.le.bihan.dev@free.fr> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] eudev: bump to version 1.5.2. 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 This version of eudev is synced with systemd 210 (notably gudev API changes). It comes with an upstream patch to fix a build error involving . Signed-off-by: Eric Le Bihan --- ...e-87-fails-to-build-on-linux-headers-3.13.patch | 85 ++++++++++++++++++++ package/eudev/eudev.mk | 4 +- 2 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 package/eudev/eudev-0001-Fix-issue-87-fails-to-build-on-linux-headers-3.13.patch diff --git a/package/eudev/eudev-0001-Fix-issue-87-fails-to-build-on-linux-headers-3.13.patch b/package/eudev/eudev-0001-Fix-issue-87-fails-to-build-on-linux-headers-3.13.patch new file mode 100644 index 0000000..80f7aa8 --- /dev/null +++ b/package/eudev/eudev-0001-Fix-issue-87-fails-to-build-on-linux-headers-3.13.patch @@ -0,0 +1,85 @@ +From c5a77c7d10bafac25deca8e3c36946df0dc43071 Mon Sep 17 00:00:00 2001 +From: "Anthony G. Basile" +Date: Sat, 15 Mar 2014 08:16:41 -0400 +Subject: [PATCH] Fix issue #87: fails to build on linux headers 3.13 + +Commit 80b10107cb added #include in +src/accelerometer and friends for builds on uclibc. +This only works with glibc and musl systems with +linux headers 3.9 but fails with linux headers 3.13. + +We keep but drop . + +Signed-off-by: Eric Le Bihan +Signed-off-by: Anthony G. Basile +--- + src/accelerometer/accelerometer.c | 1 - + src/ata_id/ata_id.c | 1 - + src/collect/collect.c | 1 - + src/mtd_probe/mtd_probe.c | 1 - + src/scsi_id/scsi_serial.c | 1 - + 5 files changed, 5 deletions(-) + +diff --git a/src/accelerometer/accelerometer.c b/src/accelerometer/accelerometer.c +index f65631a..386775b 100644 +--- a/src/accelerometer/accelerometer.c ++++ b/src/accelerometer/accelerometer.c +@@ -50,7 +50,6 @@ + #include + #include + #include +-#include + #include + #include + #include +diff --git a/src/ata_id/ata_id.c b/src/ata_id/ata_id.c +index a25c713..500669c 100644 +--- a/src/ata_id/ata_id.c ++++ b/src/ata_id/ata_id.c +@@ -23,7 +23,6 @@ + #include + #include + #include +-#include + #include + #include + #include +diff --git a/src/collect/collect.c b/src/collect/collect.c +index fbaf87f..7fefc62 100644 +--- a/src/collect/collect.c ++++ b/src/collect/collect.c +@@ -24,7 +24,6 @@ + #include + #include + #include +-#include + #include + #include + #include +diff --git a/src/mtd_probe/mtd_probe.c b/src/mtd_probe/mtd_probe.c +index e604a72..bab2e8e 100644 +--- a/src/mtd_probe/mtd_probe.c ++++ b/src/mtd_probe/mtd_probe.c +@@ -22,7 +22,6 @@ + #include + #include + #include +-#include + #include + #include + #include +diff --git a/src/scsi_id/scsi_serial.c b/src/scsi_id/scsi_serial.c +index b60b154..7c5f7a3 100644 +--- a/src/scsi_id/scsi_serial.c ++++ b/src/scsi_id/scsi_serial.c +@@ -23,7 +23,6 @@ + #include + #include + #include +-#include + #include + #include + #include +-- +1.7.9.5 + diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk index 95aa1ce..a2fe528 100644 --- a/package/eudev/eudev.mk +++ b/package/eudev/eudev.mk @@ -4,8 +4,8 @@ # ################################################################################ -EUDEV_VERSION = 1.3 -EUDEV_SITE = $(call github,gentoo,eudev,v$(EUDEV_VERSION)) +EUDEV_VERSION = 1.5.2 +EUDEV_SITE = $(call github,gentoo,eudev,$(EUDEV_VERSION)) EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries) EUDEV_LICENSE_FILES = COPYING EUDEV_INSTALL_STAGING = YES