All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] eject: link po subdirectory for out-of-tree build
@ 2014-05-26 19:27 Ash Charles
  2014-05-26 20:31 ` Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Ash Charles @ 2014-05-26 19:27 UTC (permalink / raw)
  To: openembedded-devel

The po subdirectory is not copied over to the build directory of
found on the VPATH for an out-of-tree build so we symlink it over.

Signed-off-by: Ash Charles <ashcharles@gmail.com>
---
 meta-oe/recipes-support/eject/eject_2.1.5.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 c47c653..5c9c749 100644
--- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
+++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
@@ -14,7 +14,9 @@ SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e
 
 S = "${WORKDIR}/${BPN}"
 
-PR = "r1"
+do_compile_prepend() {
+    ln -s ${S}/po po
+}
 
 ALTERNATIVE_${PN} = "volname eject"
 ALTERNATIVE_LINK_NAME[volname] = "${bindir}/volname"
-- 
1.8.3.2



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

end of thread, other threads:[~2014-06-13 20:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 19:27 [meta-oe][PATCH] eject: link po subdirectory for out-of-tree build Ash Charles
2014-05-26 20:31 ` Otavio Salvador
2014-05-26 22:09   ` Ash Charles
2014-05-27  0:46     ` Ash Charles
2014-05-27  2:43       ` Otavio Salvador
2014-05-27  9:18 ` Martin Jansa
2014-05-27 15:15   ` Ash Charles
2014-05-27 15:32     ` Otavio Salvador
2014-05-27 16:43       ` [meta-oe][PATCH v2] eject: copy " Ash Charles
2014-05-27 17:41         ` Otavio Salvador
2014-05-27 16:44       ` [meta-oe][PATCH] eject: link " Ash Charles
2014-05-28 19:43       ` Khem Raj
2014-06-10 11:26 ` Martin Jansa
2014-06-10 18:18   ` [Patch v3] eject: copy " Ash Charles
2014-06-13 11:40     ` Martin Jansa
2014-06-13 13:57       ` Ash Charles
2014-06-13 14:47         ` Martin Jansa
2014-06-13 20:45           ` [Patch v4] " Ash Charles

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.