All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-arago@arago-project.org
Subject: [PATCH 1/8] arm-benchmarks: fix build with any toolchain, pass CC var
Date: Fri, 18 Nov 2016 17:09:43 -0500	[thread overview]
Message-ID: <1479506990-10407-2-git-send-email-denis@denix.org> (raw)
In-Reply-To: <1479506990-10407-1-git-send-email-denis@denix.org>

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb        | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb
index 7e75a74..d167f08 100644
--- a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb
+++ b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb
@@ -1,10 +1,10 @@
-DESCRIPTION = "ARM Benchmarks"
+SUMMARY = "ARM Benchmarks"
 HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922"
 SECTION = "system"
 
-PR = "r11"
+PR = "r12"
 
 BRANCH ?= "master"
 SRCREV = "5bcbca9b3d75a6aa6d0e25132cc36a6ad2883de3"
@@ -14,14 +14,12 @@ SRC_URI = "git://git.ti.com/apps/arm_benchmarks.git;protocol=git;branch=${BRANCH
 S = "${WORKDIR}/git"
 
 do_compile() {
-
 	export CROSS_COMPILE=${TARGET_PREFIX}
 	export CFLAGS='${TARGET_CC_ARCH}'
 	# build the release version
-	oe_runmake release
+	oe_runmake release CC="${CC}"
 }
 do_install() {
 
 	oe_runmake DESTDIR=${D} install
 }
-
-- 
2.7.4



  reply	other threads:[~2016-11-18 22:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-18 22:09 [PATCH 0/8] Toolchain-related fixes Denys Dmytriyenko
2016-11-18 22:09 ` Denys Dmytriyenko [this message]
2016-11-18 22:09 ` [PATCH 2/8] switch-config: fix build with any toolchain, pass CC var Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 3/8] wlconf: fix build with any toolchain by using proper " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 4/8] am-sysinfo: fix build with any toolchain, pass " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 5/8] cpuloadgen: " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 6/8] eventdump: " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 7/8] omapconf: " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 8/8] screenshot: " Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479506990-10407-2-git-send-email-denis@denix.org \
    --to=denis@denix.org \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.