[oe-commits] Andrea Galbusera : redis: add redis.conf to CONFFILES

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 11:06:12 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: f78c4ccaf2b550270a469204076110c3f61a5715
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f78c4ccaf2b550270a469204076110c3f61a5715

Author: Andrea Galbusera <gizero at gmail.com>
Date:   Fri Sep 11 15:41:06 2015 +0200

redis: add redis.conf to CONFFILES

Signed-off-by: Andrea Galbusera <gizero at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/redis/redis_3.0.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/redis/redis_3.0.2.bb b/meta-oe/recipes-extended/redis/redis_3.0.2.bb
index 4aea90a..4ed6879 100644
--- a/meta-oe/recipes-extended/redis/redis_3.0.2.bb
+++ b/meta-oe/recipes-extended/redis/redis_3.0.2.bb
@@ -35,3 +35,4 @@ do_install() {
     install -d ${D}/var/lib/redis/
 }
 
+CONFFILES_${PN} = "${sysconfdir}/redis/redis.conf"



More information about the Openembedded-commits mailing list