summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/memcached/memcached_1.5.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-support/memcached/memcached_1.5.3.bb
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-support/memcached/memcached_1.5.3.bb')
-rw-r--r--meta-openstack/recipes-support/memcached/memcached_1.5.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-support/memcached/memcached_1.5.3.bb b/meta-openstack/recipes-support/memcached/memcached_1.5.3.bb
index b2d776b..bc8ae25 100644
--- a/meta-openstack/recipes-support/memcached/memcached_1.5.3.bb
+++ b/meta-openstack/recipes-support/memcached/memcached_1.5.3.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff"
15inherit autotools systemd 15inherit autotools systemd
16 16
17DEPENDS += "libevent" 17DEPENDS += "libevent"
18RDEPENDS_${PN} += "\ 18RDEPENDS:${PN} += "\
19 bash \ 19 bash \
20 perl \ 20 perl \
21 perl-module-posix \ 21 perl-module-posix \
@@ -51,9 +51,9 @@ INITSCRIPT_NAME = "memcached"
51INITSCRIPT_PARAMS = "defaults" 51INITSCRIPT_PARAMS = "defaults"
52 52
53SYSTEMD_PACKAGES = "memcached" 53SYSTEMD_PACKAGES = "memcached"
54SYSTEMD_SERVICE_${PN} = "memcached.service" 54SYSTEMD_SERVICE:${PN} = "memcached.service"
55 55
56do_install_append() { 56do_install:append() {
57 install -D -m 755 ${S}/scripts/memcached-init ${D}${sysconfdir}/init.d/memcached 57 install -D -m 755 ${S}/scripts/memcached-init ${D}${sysconfdir}/init.d/memcached
58 58
59 mkdir -p ${D}/usr/share/memcached/scripts 59 mkdir -p ${D}/usr/share/memcached/scripts