From patchwork Thu Jul 17 21:40:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 371261 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 6343E140173 for ; Fri, 18 Jul 2014 07:40:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1DE488CAD6; Thu, 17 Jul 2014 21:40:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VzJ3BhJ2LX7d; Thu, 17 Jul 2014 21:40:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4F11F8C94A; Thu, 17 Jul 2014 21:40:56 +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 BA87C1C259A for ; Thu, 17 Jul 2014 21:40:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B6B219353B for ; Thu, 17 Jul 2014 21:40:54 +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 8w19w3Wk-NAT for ; Thu, 17 Jul 2014 21:40:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by hemlock.osuosl.org (Postfix) with ESMTPS id E660C9343C for ; Thu, 17 Jul 2014 21:40:53 +0000 (UTC) Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout06.t-online.de (Postfix) with SMTP id E0C3A138E47 for ; Thu, 17 Jul 2014 23:40:51 +0200 (CEST) Received: from fli4l.lan.fli4l (JOKe5OZdZha4f7sDJl9-qukFpOOsWXpwkqhFldtUoUUs2byVEnyzOKnBW3Z8GNJQ-R@[79.247.128.188]) by fwd33.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1X7tQ3-0P9hOy0; Thu, 17 Jul 2014 23:40:51 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:50363) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1X7tQ3-0000Mh-1B; Thu, 17 Jul 2014 23:40:51 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 17 Jul 2014 23:40:46 +0200 Message-Id: <1405633246-17081-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: JOKe5OZdZha4f7sDJl9-qukFpOOsWXpwkqhFldtUoUUs2byVEnyzOKnBW3Z8GNJQ-R X-TOI-MSGID: f5c80c93-232d-47fe-a3ec-88c17bdf4874 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1 v2] package/eudev: Bump version to 1.9 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 - Switch EUDEV_SITE to official upstream: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.9-r1.ebuild?view=markup Github does not carry this current eudev version. - Remove EUDEV_AUTORECONF = yes, tarball contains ./configure Signed-off-by: Bernd Kuhls --- v2: Removed EUDEV_AUTORECONF (Thomas) package/eudev/eudev.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk index 5f1525c..c6d020f 100644 --- a/package/eudev/eudev.mk +++ b/package/eudev/eudev.mk @@ -4,12 +4,12 @@ # ################################################################################ -EUDEV_VERSION = v1.7 -EUDEV_SITE = $(call github,gentoo,eudev,$(EUDEV_VERSION)) +EUDEV_VERSION = 1.9 +EUDEV_SOURCE = eudev-$(EUDEV_VERSION).tar.gz +EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries) EUDEV_LICENSE_FILES = COPYING EUDEV_INSTALL_STAGING = YES -EUDEV_AUTORECONF = YES # mq_getattr is in librt EUDEV_CONF_ENV += LIBS=-lrt