[oe-commits] [meta-openembedded] 11/36: xfce4-screenshooter: create src dir before build

git at git.openembedded.org git at git.openembedded.org
Thu Feb 1 16:01:29 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch rocko
in repository meta-openembedded.

commit ab3630f07864c9682a3d8cebd87a6e34245ed9fb
Author: Catalin Enache <catalin.enache at windriver.com>
AuthorDate: Thu Nov 9 11:12:29 2017 +0800

    xfce4-screenshooter: create src dir before build
    
    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>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    (cherry picked from commit 754754b53bbf4c72d7855e9209f1ccecce5cd8dd)
    Signed-off-by: Armin Kuster <akuster808 at gmail.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 06dea64..e449dce 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} += " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list