From patchwork Tue Oct 30 08:47:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 195326 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 4C32B2C009B for ; Tue, 30 Oct 2012 19:47:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A285BA02F1; Tue, 30 Oct 2012 08:47:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dZ4qZPHFD8dn; Tue, 30 Oct 2012 08:47:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 83D14A02C5; Tue, 30 Oct 2012 08:47:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A9FB78F74A for ; Tue, 30 Oct 2012 08:47:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 17E848C5BE for ; Tue, 30 Oct 2012 08:47:21 +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 b+L3sxFZNQ0f for ; Tue, 30 Oct 2012 08:47:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id E949A8C4B5 for ; Tue, 30 Oct 2012 08:47:19 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id dr1so12503wgb.10 for ; Tue, 30 Oct 2012 01:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=N2AdCSSuy5P+o2ipmVEQkLllDeI2RcZZHVqQ0PY1ELk=; b=KQm1KfagLt284LCYU8IbBxu4yyVK/Yjr6E3dcHsHwt8IDrfWoFkUk5wJSq3lpkZapv JNyibXRYjr1cLTWwbOoHQDz3cbdyrXYa+Ne0cXhIwRDU26xoI7TkkkTZy4YtKIDi/lGs SxtG93TcZ0Hk18PXy6fAYc3H1Cs1xoCUDeDnB2hIfqjTLK0KQizZ3RXJX2VDzVJCNUBS gGobs7mks38pJfmAuqtHUy42GYcgr7MPVCsBJrUTCdvlXGlLAl4OAqW04S/X3CBzyIJc t6js3FP4PntBj/8ZQGAFuAgT1gfLwFM+UgtyMicsw/RbsubBIj3A8pPZcUsiC/ei1TZn XKTg== Received: by 10.180.106.9 with SMTP id gq9mr1366776wib.12.1351586838274; Tue, 30 Oct 2012 01:47:18 -0700 (PDT) Received: from localhost.localdomain ([212.183.140.52]) by mx.google.com with ESMTPS id m14sm13006313wie.8.2012.10.30.01.47.13 (version=SSLv3 cipher=OTHER); Tue, 30 Oct 2012 01:47:15 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Tue, 30 Oct 2012 08:47:07 +0000 Message-Id: <1351586827-17432-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] lcdapi: fix autobuilder failures X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: Simon Dawson Version 0.3 of the lcdapi package does not correctly handle CXXFLAGS passed in from the environment/command line. In particular, the passing in of CXXFLAGS clobbers the -fPIC flag which is set in the top-level lcdapi makefile. The following autobuild logs highlight the problem. http://autobuild.buildroot.net/results/9a47b4a70d29308f668d65d983ba6146c0c56365/build-end.log http://autobuild.buildroot.net/results/4a4f6e2e7f80d5a23c9d26069094e9dafb1468e7/build-end.log http://autobuild.buildroot.net/results/0d96c207a9db44cf2791a66cad5162a739e7053a/build-end.log This has been fixed upstream in version 0.4; this patch simply bumps the version number in the Buildroot lcdapi package. Signed-off-by: Simon Dawson --- package/lcdapi/lcdapi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lcdapi/lcdapi.mk b/package/lcdapi/lcdapi.mk index 8125018..b024252 100644 --- a/package/lcdapi/lcdapi.mk +++ b/package/lcdapi/lcdapi.mk @@ -3,7 +3,7 @@ # lcdapi # ############################################################# -LCDAPI_VERSION = v0.3 +LCDAPI_VERSION = v0.4 LCDAPI_SITE = http://github.com/spdawson/lcdapi/tarball/$(LCDAPI_VERSION) LCDAPI_LICENSE = LGPLv2.1+ LCDAPI_LICENSE_FILES = COPYING