From patchwork Wed Apr 3 21:12:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giulio Benetti X-Patchwork-Id: 1076423 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=micronovasrl.com Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=micronovasrl.com header.i=@micronovasrl.com header.b="sNdSIYXM"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44ZJgv2TBKz9sNw for ; Thu, 4 Apr 2019 08:12:43 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 185D58698B; Wed, 3 Apr 2019 21:12:41 +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 fWwrGcccP2Pk; Wed, 3 Apr 2019 21:12:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6AAF586980; Wed, 3 Apr 2019 21:12:40 +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 4797F1BF852 for ; Wed, 3 Apr 2019 21:12:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 39B12870B3 for ; Wed, 3 Apr 2019 21:12: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 YyZBpj6cY-DA for ; Wed, 3 Apr 2019 21:12:36 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.micronovasrl.com (mail.micronovasrl.com [212.103.203.10]) by whitealder.osuosl.org (Postfix) with ESMTP id 48FB487095 for ; Wed, 3 Apr 2019 21:12:36 +0000 (UTC) Received: from mail.micronovasrl.com (mail.micronovasrl.com [127.0.0.1]) by mail.micronovasrl.com (Postfix) with ESMTP id 33023B01370 for ; Wed, 3 Apr 2019 23:12:34 +0200 (CEST) Authentication-Results: mail.micronovasrl.com (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=micronovasrl.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=micronovasrl.com; h=x-mailer:message-id:date:date:subject:subject:to:from:from; s=dkim; t=1554325953; x=1555189954; bh=JpPS8GfgNotGGVaA6UdIBMEk HMI6OkrGoyEzqDVAGVc=; b=sNdSIYXM3loNMa+UlUVyo7HocH1FAKTiNJGN3fzZ PPUmKgdfCxUzKxFINL/5CkS0k5t53bIdL5eamw8ylo55wq95H43Ol3ee28rPGSNa IgED8ikxvFc1BulmXGfbW1BR13EB25MVx5hykR5JxBP7OYqftCPalofGe7D+XkI/ tA0= X-Virus-Scanned: Debian amavisd-new at mail.micronovasrl.com Received: from mail.micronovasrl.com ([127.0.0.1]) by mail.micronovasrl.com (mail.micronovasrl.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id z1P1jqqEqAo0 for ; Wed, 3 Apr 2019 23:12:33 +0200 (CEST) Received: from ubuntu.localdomain (88-149-228-83.v4.ngi.it [88.149.228.83]) by mail.micronovasrl.com (Postfix) with ESMTPSA id 1CBACB00A77; Wed, 3 Apr 2019 23:12:33 +0200 (CEST) From: Giulio Benetti To: buildroot@buildroot.org Date: Wed, 3 Apr 2019 23:12:31 +0200 Message-Id: <20190403211231.99053-1-giulio.benetti@micronovasrl.com> X-Mailer: git-send-email 2.17.1 Subject: [Buildroot] [PATCH] package/bayer2rgb-neon: bump version 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: Eloi Bail MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Actually build fails with musl libc due to missing header inclusion (usually included by stdlib.h) in package code which in order contains type definition of ssize_t. A Git repository has been setted up for this project as upstream, and contains a commit which solves build failure removing the use of ssize_t at all. No other http tarballs have been released on current site, so development seems to continue on Git repository. - Set SITE_METHOD = git - Switch site to: https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb - Bump version to latest commit to include commit which fixes build failure. Fixes: http://autobuild.buildroot.net/results/c84/c84b65642cb1b2d246f3a92ac957af5c5fcb86e8/ Signed-off-by: Giulio Benetti --- package/bayer2rgb-neon/bayer2rgb-neon.hash | 2 +- package/bayer2rgb-neon/bayer2rgb-neon.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/bayer2rgb-neon/bayer2rgb-neon.hash b/package/bayer2rgb-neon/bayer2rgb-neon.hash index bc0d6b1d51..1f4f5f33b3 100644 --- a/package/bayer2rgb-neon/bayer2rgb-neon.hash +++ b/package/bayer2rgb-neon/bayer2rgb-neon.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 b14c8b2b86207fe8222f79bef83dc3ae94222827f1882466ca65705238d15085 bayer2rgb-neon-v0.4.tar.bz2 +sha256 1a84dcf6557c2017ebe258502f60575e0971511c548fc88aee5ab68ca0bb268a bayer2rgb-neon-bef3ecafe290d61a50fd27da3e5d0df6f4b88045.tar.gz sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING diff --git a/package/bayer2rgb-neon/bayer2rgb-neon.mk b/package/bayer2rgb-neon/bayer2rgb-neon.mk index f6914e4214..02651dcfee 100644 --- a/package/bayer2rgb-neon/bayer2rgb-neon.mk +++ b/package/bayer2rgb-neon/bayer2rgb-neon.mk @@ -4,9 +4,9 @@ # ################################################################################ -BAYER2RGB_NEON_VERSION = v0.4 -BAYER2RGB_NEON_SOURCE = bayer2rgb-neon-$(BAYER2RGB_NEON_VERSION).tar.bz2 -BAYER2RGB_NEON_SITE = https://git.phytec.de/bayer2rgb-neon/snapshot +BAYER2RGB_NEON_VERSION = bef3ecafe290d61a50fd27da3e5d0df6f4b88045 +BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git +BAYER2RGB_NEON_SITE_METHOD = git BAYER2RGB_NEON_LICENSE = GPL-3.0 BAYER2RGB_NEON_LICENSE_FILES = COPYING BAYER2RGB_NEON_INSTALL_STAGING = YES