[oe] [meta-networking][PATCH] xfce4-screenshooter: create src dir before build

jackie.huang at windriver.com jackie.huang at windriver.com
Thu Nov 9 03:12:29 UTC 2017


From: Catalin Enache <catalin.enache at windriver.com>

In some case the output directory for xfce4-screenshooter.appdata.xml file
doesn't exist.

Create directory before build.

Signed-off-by: Catalin Enache <catalin.enache at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.1.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.1.bb
index 06dea64b3..e449dceed 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.1.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.1.bb
@@ -12,6 +12,7 @@ SRC_URI[sha256sum] = "e62b31d9cf06a7414a26400c2ebe7a2ae7c2b22aa60f997f25145ea9eb
 
 do_compile_prepend() {
     mkdir -p lib
+    mkdir -p src
 }
 
 FILES_${PN} += " \
-- 
2.11.0




More information about the Openembedded-devel mailing list