[oe-commits] Ash Charles : eject: copy po subdirectory for out-of-tree build

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 10:44:05 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 99fb4a5de7c31d2eb36e6a47248822f1065af4bb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=99fb4a5de7c31d2eb36e6a47248822f1065af4bb

Author: Ash Charles <ashcharles at gmail.com>
Date:   Tue May 27 09:43:36 2014 -0700

eject: copy po subdirectory for out-of-tree build

The po subdirectory found on the VPATH for an out-of-tree build so we
copy it over. See [1] for discussion.

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2014-May/096052.html

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Reviewed-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/eject/eject_2.1.5.bb | 5 +++++
 1 file changed, 5 insertions(+)

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..b6e181f 100644
--- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
+++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
@@ -16,6 +16,11 @@ S = "${WORKDIR}/${BPN}"
 
 PR = "r1"
 
+do_compile_prepend() {
+    # PO subdir must be in build directory
+    cp -r ${S}/po ${B}/po
+}
+
 ALTERNATIVE_${PN} = "volname eject"
 ALTERNATIVE_LINK_NAME[volname] = "${bindir}/volname"
 ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"



More information about the Openembedded-commits mailing list