[oe-commits] Ash Charles : xfce4-screenshooter: Ensure lib directory exists.

git at git.openembedded.org git at git.openembedded.org
Fri Jun 13 11:37:59 UTC 2014


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

Author: Ash Charles <ashcharles at gmail.com>
Date:   Tue Jun 10 09:36:41 2014 -0700

xfce4-screenshooter: Ensure lib directory exists.

Screenshooter autogenerates screenshooter-marshal.[ch] in lib/ during
compilation.  The source directory contains a lib/ but this directory
doesn't exist in a build directory by default so we add one manually.
Really, this should be corrected in the upstream package.

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
index 4cda352..0e2e327 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
@@ -11,5 +11,9 @@ SRC_URI += "file://0001-Fix-panel-plugin-build.patch"
 SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f"
 SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492"
 
+do_compile_prepend() {
+	mkdir -p lib
+}
+
 FILES_${PN} += "${datadir}/xfce4/panel/plugins \
         ${libdir}/xfce4/panel/plugins"



More information about the Openembedded-commits mailing list