From patchwork Tue Feb 18 20:52:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1240337 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=eu7d+jSX; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48MY291FJCz9sNg for ; Wed, 19 Feb 2020 07:52:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7BC90204E3; Tue, 18 Feb 2020 20:52:15 +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 Z+NvOaZ4L1rT; Tue, 18 Feb 2020 20:52:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 23A4C204D1; Tue, 18 Feb 2020 20:52:14 +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 84D231BF399 for ; Tue, 18 Feb 2020 20:52:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 815E586094 for ; Tue, 18 Feb 2020 20:52:12 +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 f7MjMdNJ0os4 for ; Tue, 18 Feb 2020 20:52:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6113F86092 for ; Tue, 18 Feb 2020 20:52:11 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1500-88.w193-250.abo.wanadoo.fr [193.250.66.88]) by koncepto.io (Postfix) with ESMTPSA id D550A602F2; Tue, 18 Feb 2020 21:52:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1582059129; bh=YxvEavar5PGJsSsPCpvW5A+cGTSGo8rlER42v/DPPmY=; h=From:To:Cc:Subject:Date:From; b=eu7d+jSX1BSzOojCoHrdvInGULhGe1c8CwBM18Wil0IDjt1uHQje6+Y1gonOgjI5z tatpqtUqSl4Iosgh3Y3ciFKVm44CvL8eK21tmUwgMDYANpVRosc0izuhqpSOkrfHDw fvjwuvTzvtATaMKb2Qh/4VJUFnXoBklG39DfIBgJDUwWqKRC7X6U7dFc/BNMatIcfJ 0IAHuOOmlHPkiZn5RvQT+h8oi0BcnzyL5U7+IaOb3A9Q+YBFZBYK6/g/UR3nxL1sXX cfAZBl6kZRIC+nz0lNywYQmBOdotMqNy1Gns41fr4WEfL6gj+n0XkPIoE7Wc8+73bC a/o0OkGWlg6cg== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 18 Feb 2020 21:52:08 +0100 Message-Id: <1582059128-12704-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/libiio: bump to version 0.19 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Cercueil , Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" See full changelog https://github.com/analogdevicesinc/libiio/releases/tag/v0.19 Also remove patch applied upstream Signed-off-by: Pierre-Jean Texier --- ...ll-of-binaries-with-a-static-only-library.patch | 44 ---------------------- package/libiio/libiio.hash | 2 +- package/libiio/libiio.mk | 2 +- 3 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 package/libiio/0001-fix-install-of-binaries-with-a-static-only-library.patch diff --git a/package/libiio/0001-fix-install-of-binaries-with-a-static-only-library.patch b/package/libiio/0001-fix-install-of-binaries-with-a-static-only-library.patch deleted file mode 100644 index a02bb60..0000000 --- a/package/libiio/0001-fix-install-of-binaries-with-a-static-only-library.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 5090603d01779bb1717fb0c50953330e8770550f Mon Sep 17 00:00:00 2001 -From: Pierre-Jean Texier -Date: Sun, 23 Jun 2019 14:11:37 +0200 -Subject: [PATCH] fix install of binaries with a static only library - -Define CMAKE_INSTALL_RPATH only if ENABLE_SHARED is set otherwise the -following issue occured: - -CMake Error at iiod/cmake_install.cmake:45 (file): - file RPATH_CHANGE could not write new RPATH: - - /usr/lib - - to the file: - - /home/pjtexier//usr/sbin/iiod - - No valid ELF RPATH or RUNPATH entry exists in the file; File does not have - a valid ELF identification. -Call Stack (most recent call first): - cmake_install.cmake:50 (include) - -Signed-off-by: Pierre-Jean Texier -[Upstream status: https://github.com/analogdevicesinc/libiio/pull/283] ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d9b7ea1..634e553 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -15,7 +15,7 @@ endif() - - set(CMAKE_INSTALL_DOCDIR "" CACHE PATH "documentation root (DATAROOTDIR/doc/${PROJECT_NAME}${LIBIIO_VERSION_MAJOR}-doc)") - include(GNUInstallDirs) --if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") -+if(ENABLE_SHARED AND ${CMAKE_SYSTEM_NAME} MATCHES "Linux") - set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") - set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) - endif() --- -2.7.4 - diff --git a/package/libiio/libiio.hash b/package/libiio/libiio.hash index 34c3144..dd85ffa 100644 --- a/package/libiio/libiio.hash +++ b/package/libiio/libiio.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 bc2c5299974b65cfe9aa4a06d8c74d7651594e026bce416db48a2c5aa7ba2554 libiio-0.18.tar.gz +sha256 81c414d5c47b715d9bc9275b9fabbfd9e9483e60c035f3001b5977932049595d libiio-0.19.tar.gz sha256 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b COPYING.txt diff --git a/package/libiio/libiio.mk b/package/libiio/libiio.mk index 8c8f79b..efd582a 100644 --- a/package/libiio/libiio.mk +++ b/package/libiio/libiio.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBIIO_VERSION = 0.18 +LIBIIO_VERSION = 0.19 LIBIIO_SITE = $(call github,analogdevicesinc,libiio,v$(LIBIIO_VERSION)) LIBIIO_INSTALL_STAGING = YES LIBIIO_LICENSE = LGPL-2.1+