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:
2cdd046
)
midori: add shr config for midori
author
Thomas Zimmermann
<ml@vdm-design.de>
Thu, 19 Nov 2009 19:04:20 +0000
(19:04 +0000)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 19 Nov 2009 20:15:53 +0000
(21:15 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/gtk-webcore/midori_0.2.1.bb
patch
|
blob
|
history
diff --git
a/recipes/gtk-webcore/midori_0.2.1.bb
b/recipes/gtk-webcore/midori_0.2.1.bb
index
7439a85
..
3eaf0f0
100644
(file)
--- a/
recipes/gtk-webcore/midori_0.2.1.bb
+++ b/
recipes/gtk-webcore/midori_0.2.1.bb
@@
-5,6
+5,10
@@
DEPENDS += "python-native python-docutils-native"
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.2/midori-${PV}.tar.bz2 \
file://waf"
+SRC_URI_append_shr = " file://config "
+
+PR = "r1"
+
do_configure() {
cp -f ${WORKDIR}/waf ${S}/
sed -i -e 's:, shell=False::g' wscript
@@
-27,5
+31,8
@@
do_configure() {
echo "LINK_CC = '${CXX}'" >> ./_build_/c4che/default.cache.py
}
-
+do_install_append_shr() {
+ install -d ${D}${sysconfdir}/xdg/midori
+ install -m 0644 ${WORKDIR}/config ${D}${sysconfdir}/xdg/midori
+}