From patchwork Sat Jun 29 12:10:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 255732 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 920B32C007B for ; Sat, 29 Jun 2013 22:10:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DF499A00CF; Sat, 29 Jun 2013 12:10:37 +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 ZB7izQY8KPuw; Sat, 29 Jun 2013 12:10:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 34230A01E6; Sat, 29 Jun 2013 12:10:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D06698F7B0 for ; Sat, 29 Jun 2013 12:10:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A07AD8CD7E for ; Sat, 29 Jun 2013 12:10:37 +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 yDqcz8hLQ5hz for ; Sat, 29 Jun 2013 12:10:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id DA7EB8D0F7 for ; Sat, 29 Jun 2013 12:10:28 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id w56so1997614wes.11 for ; Sat, 29 Jun 2013 05:10:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=NPtenI9G/5+4x9vC1+tfHhA7ujphpm8iNLZ/tc+d+gQ=; b=aublvsXVVZml7wxZO+7rKEHr2Tcscddw50riWR/mFMEXaJRpW65uxlXD3QEmQta5ji /ZcScA9lU1fZfcVAxHZ/91YW100JN5v/WIFHZMjIob6+aEM1MW0eiQCwsFRi1R6Qosvj /olnOm8tMCscQkAjfl7vfoyqWmfRSqUYB2XmXs/ZPAOhvQFdcD3DVQuyKKwA2qc/W5rK X83LQhR23iqLRj/ahAqgfJpJbhRXrZjdaHauQ2wPThq5MeKi38JlE8Ahawc/pctMjsLt xMTH3Co55lS+RHVXNo5GlHePGMjqCJHPIaIAfHa5toLF3IXrkpPg/go8pbpyYTYnrGhH JY4Q== X-Received: by 10.180.183.180 with SMTP id en20mr6032661wic.58.1372507827149; Sat, 29 Jun 2013 05:10:27 -0700 (PDT) Received: from percy.lan (host-78-150-205-119.as13285.net. [78.150.205.119]) by mx.google.com with ESMTPSA id b20sm3648463wiw.4.2013.06.29.05.10.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 29 Jun 2013 05:10:26 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Sat, 29 Jun 2013 13:10:23 +0100 Message-Id: <1372507823-12410-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.1.2 Subject: [Buildroot] [PATCH] libtpl: bump version 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: Simon Dawson Note that libtpl has moved from sourceforge to github, and there is no longer a version-specific tarball available. Signed-off-by: Simon Dawson --- package/libtpl/Config.in | 2 +- package/libtpl/libtpl.mk | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package/libtpl/Config.in b/package/libtpl/Config.in index a2c2c2d..0286e03 100644 --- a/package/libtpl/Config.in +++ b/package/libtpl/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_LIBTPL help Easily store and retrieve binary data in C - http://tpl.sourceforge.net/ + http://troydhanson.github.io/tpl/ diff --git a/package/libtpl/libtpl.mk b/package/libtpl/libtpl.mk index 0016c31..478b298 100644 --- a/package/libtpl/libtpl.mk +++ b/package/libtpl/libtpl.mk @@ -4,11 +4,18 @@ # ################################################################################ -LIBTPL_VERSION = 1.5 -LIBTPL_SOURCE = libtpl-$(LIBTPL_VERSION).tar.bz2 -LIBTPL_SITE = http://downloads.sourceforge.net/project/tpl/tpl/libtpl-$(LIBTPL_VERSION) +LIBTPL_VERSION = 445b4e9f236a48e274eaace31acf56d700da142a +LIBTPL_SITE = http://github.com/troydhanson/tpl/tarball/$(LIBTPL_VERSION) LIBTPL_INSTALL_STAGING = YES LIBTPL_LICENSE = BSD-like LIBTPL_LICENSE_FILES = LICENSE +LIBTPL_AUTORECONF = YES +LIBTPL_AUTORECONF_OPT = --install --force + +define LIBTPL_CREATE_MISSING_FILES + touch $(@D)/NEWS $(@D)/AUTHORS $(@D)/ChangeLog $(@D)/COPYING +endef +LIBTPL_POST_EXTRACT_HOOKS += LIBTPL_CREATE_MISSING_FILES + $(eval $(autotools-package))