git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e595a
)
webkit-efl: fix typo in theme path
author
Martin Jansa
<Martin.Jansa@gmail.com>
Wed, 27 Oct 2010 21:17:06 +0000
(23:17 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Wed, 27 Oct 2010 21:17:59 +0000
(23:17 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/webkit/webkit-efl_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/webkit/webkit-efl_svn.bb
b/recipes/webkit/webkit-efl_svn.bb
index
01629e1
..
1a842cc
100644
(file)
--- 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/theme
s
/default.edj"
FILES_${PN}launcher = "${bindir}/EWebLauncher"
FILES_${PN}launcher-dbg = "${bindir}/.debug/EWebLauncher"