[oe-commits] Martin Jansa : webkit-efl: fix typo in theme path

git version control git at git.openembedded.org
Wed Oct 27 21:22:17 UTC 2010


Module: openembedded.git
Branch: master
Commit: 35a6b51bbd1a32e581c7f443e03f77d09f8ad87a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=35a6b51bbd1a32e581c7f443e03f77d09f8ad87a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Oct 27 23:17:06 2010 +0200

webkit-efl: fix typo in theme path

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

---

 recipes/webkit/webkit-efl_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/webkit/webkit-efl_svn.bb b/recipes/webkit/webkit-efl_svn.bb
index 01629e1..1a842cc 100644
--- a/recipes/webkit/webkit-efl_svn.bb
+++ b/recipes/webkit/webkit-efl_svn.bb
@@ -40,6 +40,6 @@ do_move_files() {
 LEAD_SONAME = "libewebkit.so"
 PACKAGES =+ "${PN}launcher-dbg ${PN}launcher"
 
-FILES_${PN} += "${datadir}/webkit-1.0/theme/default.edj ${datadir}/ewebkit-0/theme/default.edj"
+FILES_${PN} += "${datadir}/webkit-1.0/theme/default.edj ${datadir}/ewebkit-0/themes/default.edj"
 FILES_${PN}launcher = "${bindir}/EWebLauncher"
 FILES_${PN}launcher-dbg = "${bindir}/.debug/EWebLauncher"





More information about the Openembedded-commits mailing list