All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] eject: Fix B != S builds
@ 2014-06-23 19:57 Richard Purdie
  2014-06-23 23:58 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2014-06-23 19:57 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb
index 9534577..6cb31a7 100644
--- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
+++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
@@ -9,6 +9,11 @@ SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \
            file://eject-2.1.5-error-return.patch \
 "
 
+do_compile_prepend () {
+    mkdir -p ${B}/po
+    cp -r ${S}/po/* ${B}/po/
+}
+
 SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
 SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
 




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

end of thread, other threads:[~2014-06-24  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 19:57 [meta-oe][PATCH] eject: Fix B != S builds Richard Purdie
2014-06-23 23:58 ` Martin Jansa
2014-06-24  7:03   ` Richard Purdie

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.