From patchwork Fri Sep 11 22:08:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Shelton X-Patchwork-Id: 517035 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 D6FDD140134 for ; Sat, 12 Sep 2015 08:08:19 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1D39790D35; Fri, 11 Sep 2015 22:08:19 +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 1fGmMRvHCNit; Fri, 11 Sep 2015 22:08:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C56190D81; Fri, 11 Sep 2015 22:08:17 +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 AAF231C0E8B for ; Fri, 11 Sep 2015 22:08:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A3DF490D81 for ; Fri, 11 Sep 2015 22:08:15 +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 llCJDNEYz-hT for ; Fri, 11 Sep 2015 22:08:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by whitealder.osuosl.org (Postfix) with ESMTP id CD28C90D35 for ; Fri, 11 Sep 2015 22:08:14 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 11 Sep 2015 15:08:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,513,1437462000"; d="scan'208";a="803405256" Received: from txacelnx16.an.intel.com ([10.123.116.37]) by fmsmga002.fm.intel.com with ESMTP; 11 Sep 2015 15:08:14 -0700 From: Ben Shelton To: buildroot@busybox.net Date: Fri, 11 Sep 2015 17:08:12 -0500 Message-Id: <1442009293-4289-2-git-send-email-benjamin.h.shelton@intel.com> X-Mailer: git-send-email 1.9.5 In-Reply-To: <1442009293-4289-1-git-send-email-benjamin.h.shelton@intel.com> References: <1442009293-4289-1-git-send-email-benjamin.h.shelton@intel.com> Cc: Ben Shelton Subject: [Buildroot] [PATCH 2/3] lttng-libust: bump version to 2.6.2 and enable aarch64 build 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" Signed-off-by: Ben Shelton --- package/lttng-libust/Config.in | 4 ++-- package/lttng-libust/lttng-libust.hash | 4 ++-- package/lttng-libust/lttng-libust.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/lttng-libust/Config.in b/package/lttng-libust/Config.in index 1c26843..3c26055 100644 --- a/package/lttng-libust/Config.in +++ b/package/lttng-libust/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_LTTNG_LIBUST select BR2_PACKAGE_UTIL_LINUX_LIBUUID depends on BR2_USE_WCHAR # util-linux # liburcu only works on some architectures and requires threads support" - depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64 + depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_powerpc || BR2_x86_64 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS @@ -18,7 +18,7 @@ config BR2_PACKAGE_LTTNG_LIBUST http://lttng.org comment "lttng-libust needs a toolchain w/ dynamic library, wchar, threads" - depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64 + depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_powerpc || BR2_x86_64 depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug diff --git a/package/lttng-libust/lttng-libust.hash b/package/lttng-libust/lttng-libust.hash index 65db612..aafc2ba 100644 --- a/package/lttng-libust/lttng-libust.hash +++ b/package/lttng-libust/lttng-libust.hash @@ -1,2 +1,2 @@ -# http://www.lttng.org/files/lttng-ust/lttng-ust-2.6.0.tar.bz2.sha1 -sha1 774fc2052781ba6fd789d422223c739d5f64482d lttng-ust-2.6.0.tar.bz2 +# http://www.lttng.org/files/lttng-ust/lttng-ust-2.6.2.tar.bz2.sha1 +sha1 bfa9cbdabd8698cf5b98667eac5c39775127f634 lttng-ust-2.6.2.tar.bz2 diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk index 2afcd61..4976ff4 100644 --- a/package/lttng-libust/lttng-libust.mk +++ b/package/lttng-libust/lttng-libust.mk @@ -5,7 +5,7 @@ ################################################################################ LTTNG_LIBUST_SITE = http://lttng.org/files/lttng-ust -LTTNG_LIBUST_VERSION = 2.6.0 +LTTNG_LIBUST_VERSION = 2.6.2 LTTNG_LIBUST_SOURCE = lttng-ust-$(LTTNG_LIBUST_VERSION).tar.bz2 LTTNG_LIBUST_LICENSE = LGPLv2.1; MIT for system headers; GPLv2 for liblttng-ust-ctl/ustctl.c (used by lttng-sessiond) LTTNG_LIBUST_LICENSE_FILES = COPYING