summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-04-03 22:08:22 +0800
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-04-06 13:31:23 +0100
commit4b2a4dac0f19f1ba8a33b35b05be0808eca91b08 (patch)
tree593bb3d4ac601e3c2fa9b8bb006be249b82af786 /meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
parenta60bf8c73adecf68d048c7725773d0772b22873e (diff)
downloadmeta-openembedded-4b2a4dac0f19f1ba8a33b35b05be0808eca91b08.tar.gz
cherokee: only install configured.py once
Both the two rules install-adminpyDATA and install-generatedDATA will install the configured.py to the same location, they can run parallel, and they use "install -m", which would might build failures: /usr/bin/install: setting permissions for `/path/to/configured.py': No such file or directory This is because the first install is setting the permission while the second install is removing the file an re-install. Only install the configured.py once will fix the problem, I think that there is no side effect since it installed the same file to the same location twice in the past. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb')
-rw-r--r--meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
index 1c87aed24f..054858ed33 100644
--- a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
@@ -12,6 +12,7 @@ DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'li
12SRC_URI = "http://www.cherokee-project.de/mirrors/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \ 12SRC_URI = "http://www.cherokee-project.de/mirrors/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \
13 file://cherokee.init \ 13 file://cherokee.init \
14 file://cherokee.service \ 14 file://cherokee.service \
15 file://cherokee-install-configured.py-once.patch \
15" 16"
16SRC_URI[md5sum] = "21b01e7d45c0e82ecc0c4257a9c27feb" 17SRC_URI[md5sum] = "21b01e7d45c0e82ecc0c4257a9c27feb"
17SRC_URI[sha256sum] = "042b5687b1a3db3ca818167548ce5d32c35e227c6640732dcb622a6f4a078b7d" 18SRC_URI[sha256sum] = "042b5687b1a3db3ca818167548ce5d32c35e227c6640732dcb622a6f4a078b7d"