Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gzip: Avoid host contamination during build
@ 2014-05-27 23:38 Dan McGregor
  2014-05-28 20:29 ` Khem Raj
  2014-05-28 23:09 ` Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Dan McGregor @ 2014-05-27 23:38 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

From: Dan McGregor <dan.mcgregor@usask.ca>

On systems with /bin and /usr/bin merged the gzip recipe may find grep
in /usr/bin, while OE puts it in /bin. Force the recipe to find grep in
the correct place.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 meta/recipes-extended/gzip/gzip.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/gzip/gzip.inc
b/meta/recipes-extended/gzip/gzip.inc
index 920b256..57873cb 100644
--- a/meta/recipes-extended/gzip/gzip.inc
+++ b/meta/recipes-extended/gzip/gzip.inc
@@ -12,6 +12,8 @@ SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz"

 inherit autotools texinfo

+EXTRA_OEMAKE = "GREP=${base_bindir}/grep"
+
 do_install_append () {
  # Rename and move files into /bin (FHS), which is typical place for gzip
  install -d ${D}${base_bindir}
-- 
1.9.3


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

end of thread, other threads:[~2014-05-29 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 23:38 [PATCH] gzip: Avoid host contamination during build Dan McGregor
2014-05-28 20:29 ` Khem Raj
2014-05-28 21:23   ` Dan McGregor
2014-05-28 23:09 ` Richard Purdie
2014-05-29 17:41   ` Dan McGregor

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