Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] lz4: fix CC
@ 2014-02-24  9:35 Robert Yang
  2014-02-24  9:35 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-02-24  9:35 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 641185084afb8d76865faa13879547f8e546e553:

  weston: disable-egl when no wayland (2014-02-24 04:24:33 -0500)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/lz4
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/lz4

Robert Yang (1):
  lz4: fix CC

 meta/recipes-support/lz4/lz4_svn.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] lz4: fix CC
  2014-02-24  9:35 [PATCH 0/1] lz4: fix CC Robert Yang
@ 2014-02-24  9:35 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-02-24  9:35 UTC (permalink / raw)
  To: openembedded-core

It defined the CC to ${TARGET_PREFIX}gcc which lost the --sysroot and was
incorrect, it would cause unexpected errors, we should define it as CC=${CC}.

[YOCTO #5869]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-support/lz4/lz4_svn.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4_svn.bb
index a760313..38e36d8 100644
--- a/meta/recipes-support/lz4/lz4_svn.bb
+++ b/meta/recipes-support/lz4/lz4_svn.bb
@@ -12,7 +12,7 @@ SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http"
 
 S = "${WORKDIR}/trunk"
 
-EXTRA_OEMAKE = "PREFIX=${prefix} CC=${TARGET_PREFIX}gcc DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
+EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
 
 do_install() {
 	oe_runmake install
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-24  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-24  9:35 [PATCH 0/1] lz4: fix CC Robert Yang
2014-02-24  9:35 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox