aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hacohen <tom@nospam>2009-10-17 10:04:13 +0000
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-17 13:24:37 +0200
commit4d0e919940b34bde4798342b6f5c3c084269ef04 (patch)
treeb4b6669cc9d1056034264c4ecad730f29a5b9d7c
parent14d9e4f0570bc00c14fc7ca2e51bceebcc25239d (diff)
downloadopenembedded-4d0e919940b34bde4798342b6f5c3c084269ef04.tar.gz
fixed the conffile in the recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/shr/libphone-ui_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/libphone-ui_git.bb b/recipes/shr/libphone-ui_git.bb
index fa1c921a4c..033bafffe3 100644
--- a/recipes/shr/libphone-ui_git.bb
+++ b/recipes/shr/libphone-ui_git.bb
@@ -12,4 +12,4 @@ inherit pkgconfig autotools autotools_stage
SRC_URI = "git://git.shr-project.org/repo/libphone-ui.git;protocol=http;branch=master"
S="${WORKDIR}/git"
-CONFFILES_${PN} = "${sysconfdir}/frameworkd-phonegui.conf"
+CONFFILES_${PN} = "${sysconfdir}/libphoneui.conf"