Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] cdrtools-native: Fix when cc is missing
@ 2017-03-10 12:58 Richard Purdie
  2017-03-10 12:58 ` [PATCH 2/3] quilt: Avoid hardcoding paths into output Richard Purdie
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Richard Purdie @ 2017-03-10 12:58 UTC (permalink / raw)
  To: openembedded-core

If cc isn't in PATH, the recipe fails. Set a variable to avoid this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
index ff4d5ac..0e0be62 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
@@ -14,6 +14,9 @@ SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5
 
 EXTRA_OEMAKE = "-e MAKEFLAGS="
 
+# Stop failures when 'cc' can't be found
+export ac_cv_prog_CC = "${CC}"
+
 inherit native
 
 PV = "3.01a31+really3.01"
-- 
2.7.4



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

end of thread, other threads:[~2017-04-27 21:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 12:58 [PATCH 1/3] cdrtools-native: Fix when cc is missing Richard Purdie
2017-03-10 12:58 ` [PATCH 2/3] quilt: Avoid hardcoding paths into output Richard Purdie
2017-03-10 12:58 ` [PATCH 3/3] runqemu-gen-tapdevs: Improve help text with an example Richard Purdie
2017-04-27 20:47   ` Martin Jansa
2017-04-27 20:53     ` [PATCH] runqemu-gen-tapdevs: fix runqemu-ifup script call Martin Jansa
2017-04-27 21:01 ` ✗ patchtest: failure for "cdrtools-native: Fix when cc i..." and 2 more (rev2) Patchwork

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