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@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 754754b53bbf4c72d7855e9209f1ccecce5cd8dd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Catalin Enache 2017-11-09 11:12:29 +08:00 committed by Armin Kuster
parent 45a874acf8
commit ab3630f078

View File

@ -12,6 +12,7 @@ SRC_URI[sha256sum] = "e62b31d9cf06a7414a26400c2ebe7a2ae7c2b22aa60f997f25145ea9eb
do_compile_prepend() {
mkdir -p lib
mkdir -p src
}
FILES_${PN} += " \