From patchwork Sat Nov 23 11:21:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Morten Svendsen X-Patchwork-Id: 293659 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 4A4842C00CD for ; Sat, 23 Nov 2013 22:23:10 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 70AFB3FE8F for ; Sat, 23 Nov 2013 12:23:08 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id 00FDC3FBD4 for ; Sat, 23 Nov 2013 12:23:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=579; q=dns/txt; s=ironport2; t=1385205787; x=1416741787; h=from:to:cc:subject:date:message-id; bh=JhPgqAJrtn2zmeg+bsq1CvGDeMoaEc1dUS4Cy1qCTXI=; b=OHFxZJjaarPVhTaBBw8eAt2JkWlPnUT29EYmm07C6NP9aiwFZAj9wbXG o3TOqwT78T7ugnYMOZQYK6Fm5+hIVK+5zS6roU6Ek41PA8VPSicb42oKp oGD2Wa52eSI1GeBE0Zq6nkdIdOSiIRY7Y0gCY/bw9uYVBVUg8n+LiWmGA w=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhYHAJ+PkFJauXn3/2dsb2JhbABZhkqtT4wWgTB0giYBBXkQUVeIHgHABBePBwcWhB0DmBSKS4dHgyk7 X-IPAS-Result: AhYHAJ+PkFJauXn3/2dsb2JhbABZhkqtT4wWgTB0giYBBXkQUVeIHgHABBePBwcWhB0DmBSKS4dHgyk7 X-IronPort-AV: E=Sophos;i="4.93,758,1378850400"; d="scan'208";a="62840" Received: from 0128800289.0.fullrate.dk (HELO moth.P-2812HNU-F1) ([90.185.121.247]) by mail02.prevas.se with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Nov 2013 12:23:06 +0100 From: Morten Thunberg Svendsen To: dev@oe-lite.org Subject: [PATCH 2/2] u-boot-tools: Pass HOST_LDFLAGS to u-boot make Date: Sat, 23 Nov 2013 12:21:50 +0100 Message-Id: <6c72c60c55093bad6c2c111d7339d439f3833512.1385205657.git.Morten.ThunbergSvendsen@prevas.dk> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: In-Reply-To: References: Cc: Morten Thunberg Svendsen X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org This will fix missing rpath's in u-boot-tools binaries. --- recipes/u-boot/u-boot-tools.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/u-boot/u-boot-tools.inc b/recipes/u-boot/u-boot-tools.inc index b861c03..7aa14be 100644 --- a/recipes/u-boot/u-boot-tools.inc +++ b/recipes/u-boot/u-boot-tools.inc @@ -23,6 +23,7 @@ do_compile_fix_sdk_build() { PARALLEL_MAKE = "" EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTSTRIP=":" \ + HOSTLDFLAGS="${HOST_LDFLAGS}" \ CROSS_COMPILE="${HOST_PREFIX}"' RECIPE_FLAGS = "u_boot_tools_config"