From patchwork Sun Jun 5 21:26:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 630599 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 3rN9rK3tJBz9t3Z for ; Mon, 6 Jun 2016 07:26:41 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 01E7E2F4B5; Sun, 5 Jun 2016 21:26:39 +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 TZ816tBs5Kz9; Sun, 5 Jun 2016 21:26:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1ED382FD0A; Sun, 5 Jun 2016 21:26:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2F1331CEC63 for ; Sun, 5 Jun 2016 21:26:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2B2F58CDED for ; Sun, 5 Jun 2016 21:26:14 +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 AZwGyQm5CqkO for ; Sun, 5 Jun 2016 21:26:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by whitealder.osuosl.org (Postfix) with ESMTPS id 31E988CD45 for ; Sun, 5 Jun 2016 21:26:13 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout07.t-online.de (Postfix) with SMTP id 40AC44246FB3 for ; Sun, 5 Jun 2016 23:26:11 +0200 (CEST) Received: from fli4l.lan.fli4l (r1REcUZLwhNuQlb53Cq5oa3jqotaThP-wNfGr3fuSRXBRddm4zBZ15md2ghRVRPgUZ@[84.178.232.54]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1b9fYc-0HAjMu0; Sun, 5 Jun 2016 23:26:06 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:34234 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1b9fYb-0001JS-RD; Sun, 05 Jun 2016 23:26:06 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 5 Jun 2016 23:26:02 +0200 Message-Id: <1465161963-32681-3-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1465161963-32681-1-git-send-email-bernd.kuhls@t-online.de> References: <1465161963-32681-1-git-send-email-bernd.kuhls@t-online.de> X-ID: r1REcUZLwhNuQlb53Cq5oa3jqotaThP-wNfGr3fuSRXBRddm4zBZ15md2ghRVRPgUZ X-TOI-MSGID: c3500773-60f6-4a15-bd9f-183d88baf865 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 3/4] package/lcdapi: bump version to v0.10 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 to fix docs install after upstream fixed the problem: https://github.com/spdawson/lcdapi/commit/34e1d3b26055b02cecb7e738574b8fddcc2ab5eb Signed-off-by: Bernd Kuhls --- ...0001-Remove-installation-of-docs-examples.patch | 39 ---------------------- package/lcdapi/lcdapi.mk | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 package/lcdapi/0001-Remove-installation-of-docs-examples.patch diff --git a/package/lcdapi/0001-Remove-installation-of-docs-examples.patch b/package/lcdapi/0001-Remove-installation-of-docs-examples.patch deleted file mode 100644 index dcadcf4..0000000 --- a/package/lcdapi/0001-Remove-installation-of-docs-examples.patch +++ /dev/null @@ -1,39 +0,0 @@ -From ede0fa7d410be407164b68570a1540378bf0bd09 Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni -Date: Sat, 19 Jul 2014 10:40:59 +0200 -Subject: [PATCH] Remove installation of docs/examples - -They get installed in the wrong directory, i.e if DESTDIR is -/path/to/output/target, they will be installed in -/path/to/output/target./examples and /path/to/output/target./docs. - -Since we don't need docs and examples in Buildroot anyway, simply get -rid of them. - -Signed-off-by: Thomas Petazzoni ---- - Makefile.am | 11 ----------- - 1 file changed, 11 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index c56860a..6b1267b 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -69,14 +69,3 @@ liblcdapi_la_CXXFLAGS = \ - -g0 -DNODEBUG -Os - - ACLOCAL_AMFLAGS = -I m4 -- --docsdir = $(top_srcdir)/docs --exampledir = $(top_srcdir)/example --dist_docs_DATA = \ -- docs/Makefile.am \ -- docs/Makefile.in \ -- docs/Doxyfile.in --dist_example_DATA = \ -- example/client.cpp \ -- example/Makefile.am \ -- example/Makefile.in --- -2.0.0 - diff --git a/package/lcdapi/lcdapi.mk b/package/lcdapi/lcdapi.mk index bcf5c47..5d8c2ee 100644 --- a/package/lcdapi/lcdapi.mk +++ b/package/lcdapi/lcdapi.mk @@ -4,7 +4,7 @@ # ################################################################################ -LCDAPI_VERSION = dbbdca06f271b8cf81b4817a9da3d558cfe59905 +LCDAPI_VERSION = v0.10 LCDAPI_SITE = $(call github,spdawson,lcdapi,$(LCDAPI_VERSION)) LCDAPI_LICENSE = LGPLv2.1+ LCDAPI_LICENSE_FILES = COPYING