From patchwork Thu Oct 8 09:47:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 527657 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 1958B140D95 for ; Thu, 8 Oct 2015 20:47:39 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DACCF8FBCC; Thu, 8 Oct 2015 09:47:36 +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 egUsIvOYj7yj; Thu, 8 Oct 2015 09:47:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2FB2990981; Thu, 8 Oct 2015 09:47:33 +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 CE0B81C1EEA for ; Thu, 8 Oct 2015 09:47:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C9DA49DBBB for ; Thu, 8 Oct 2015 09:47:32 +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 nV4L162Fi356 for ; Thu, 8 Oct 2015 09:47:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by fraxinus.osuosl.org (Postfix) with ESMTP id F25D69B473 for ; Thu, 8 Oct 2015 09:47:31 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 61B9FAD482F91 for ; Thu, 8 Oct 2015 10:47:23 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 8 Oct 2015 10:47:24 +0100 Received: from localhost.localdomain (192.168.154.63) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Thu, 8 Oct 2015 10:47:24 +0100 From: Vicente Olivert Riera To: Date: Thu, 8 Oct 2015 10:47:20 +0100 Message-ID: <1444297640-3094-1-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 X-Originating-IP: [192.168.154.63] Subject: [Buildroot] [PATCH v2] picocom: bump to version 2.0 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" - Bump to version 2.0 - Switch the download site to GitHub - Apply an upstream patch to fix a missing define - Add a hash file - Rewrap the help text to 72 characters length - Change the official website Signed-off-by: Vicente Olivert Riera --- Changes v1 -> v2: - Grab the patch from upstream since the pull request has been already merged. Modify the commit log accordingly. package/picocom/Config.in | 7 +++---- package/picocom/picocom.hash | 3 +++ package/picocom/picocom.mk | 7 ++++--- 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 package/picocom/picocom.hash diff --git a/package/picocom/Config.in b/package/picocom/Config.in index 5a7d583..671d01f 100644 --- a/package/picocom/Config.in +++ b/package/picocom/Config.in @@ -2,8 +2,7 @@ config BR2_PACKAGE_PICOCOM bool "picocom" depends on BR2_USE_MMU # fork() help - picocom is a minimal dumb-terminal emulation program. It - is, in principle, very much like minicom, only it's pico - instead of mini! + picocom is a minimal dumb-terminal emulation program. It is, in + principle, very much like minicom, only it's pico instead of mini! - http://code.google.com/p/picocom/ + https://github.com/npat-efault/picocom/ diff --git a/package/picocom/picocom.hash b/package/picocom/picocom.hash new file mode 100644 index 0000000..7eada03 --- /dev/null +++ b/package/picocom/picocom.hash @@ -0,0 +1,3 @@ +# Locally calculated +sha256 e0f7095c118f43c1c09787a16ef5c7d4c4ad4457dd3b1281efcc4cdb8906af9a picocom-2.0.tar.gz +sha256 37746613c05ecf4058c989ef7042b85ef0308886f3731a9dfffdadd19cc9ecfb 2c4c2317592daac97aac6669fd7b68e07a3dbec6.patch diff --git a/package/picocom/picocom.mk b/package/picocom/picocom.mk index 7858d2b..ade4029 100644 --- a/package/picocom/picocom.mk +++ b/package/picocom/picocom.mk @@ -4,13 +4,14 @@ # ################################################################################ -PICOCOM_VERSION = 1.7 -PICOCOM_SITE = http://picocom.googlecode.com/files +PICOCOM_VERSION = 2.0 +PICOCOM_SITE = $(call github,npat-efault,picocom,$(PICOCOM_VERSION)) PICOCOM_LICENSE = GPLv2+ PICOCOM_LICENSE_FILES = LICENSE.txt +PICOCOM_PATCH = https://github.com/npat-efault/picocom/commit/2c4c2317592daac97aac6669fd7b68e07a3dbec6.patch define PICOCOM_BUILD_CMDS - $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) + $(MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) endef define PICOCOM_INSTALL_TARGET_CMDS