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:
dcfdafa
)
webkit-efl: don't include error page in package
author
Sebastian Krzyszkowiak
<seba.dos1@gmail.com>
Tue, 29 Dec 2009 15:13:48 +0000
(15:13 +0000)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 12 Feb 2010 21:28:38 +0000
(22:28 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/webkit/webkit-efl_git.bb
patch
|
blob
|
history
diff --git
a/recipes/webkit/webkit-efl_git.bb
b/recipes/webkit/webkit-efl_git.bb
index
7829802
..
b9dda3f
100644
(file)
--- a/
recipes/webkit/webkit-efl_git.bb
+++ b/
recipes/webkit/webkit-efl_git.bb
@@
-5,7
+5,7
@@
DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \
sqlite3 libxslt gperf-native libxt"
PV = "1.1.11+gitr${SRCREV}"
-PR = "r
2
"
+PR = "r
3
"
SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master"
@@
-17,5
+17,5
@@
EXTRA_OECONF = "--disable-video --host=${TARGET_SYS} --with-port=efl --enable-we
PACKAGES =+ "${PN}-webinspector"
-FILES_${PN} += "${datadir}/webkit-1.0/
resources/error.html ${datadir}/webkit-1.0/
theme/default.edj"
+FILES_${PN} += "${datadir}/webkit-1.0/theme/default.edj"
FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/"