[oe-commits] Koen Kooi : midori: update to 0.1. 5 and workaround an issue with the abomination called 'waf'

GIT User account git at amethyst.openembedded.net
Sat Mar 28 19:47:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ecf551ef71b1470104996d1813302b61b77dd402
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ecf551ef71b1470104996d1813302b61b77dd402

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 28 20:44:11 2009 +0100

midori: update to 0.1.5 and workaround an issue with the abomination called 'waf'
* runtime tested on beagleboard

---

 conf/checksums.ini                  |    4 ++++
 recipes/gtk-webcore/files/waf       |  Bin 0 -> 75695 bytes
 recipes/gtk-webcore/midori_0.1.5.bb |   31 +++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index b31166a..ad9b8ea 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15870,6 +15870,10 @@ sha256=a966641cf1b6e18e4f58aa3585a9a63905ed50252883804c006a3263674a32ec
 md5=a9b21027ba894fed3055d7074c5f073d
 sha256=4a84422c270625162f6e9e1e4e8151d9546457d64c61c2b3c896cbf43fb54ce5
 
+[http://goodies.xfce.org/releases/midori/midori-0.1.5.tar.bz2]
+md5=dccaddeb49d7def8a19cf497cb7eabf8
+sha256=cea3848006631801709588b8ae6808dbc768f62b6da4085073075f276309fd0d
+
 [http://git.xfce.org/kalikiana/midori/snapshot/midori-f30dff433056e239ca775d16f343bdb249f1a338.tar.bz2]
 md5=24f6c176246300b66c036de65fed0565
 sha256=6151809d337ea8d07769618acd4ac470c5ccd310790e40805b93cf8781904048
diff --git a/recipes/gtk-webcore/files/waf b/recipes/gtk-webcore/files/waf
new file mode 100755
index 0000000..a22ad09
Binary files /dev/null and b/recipes/gtk-webcore/files/waf differ
diff --git a/recipes/gtk-webcore/midori_0.1.5.bb b/recipes/gtk-webcore/midori_0.1.5.bb
new file mode 100644
index 0000000..c1d1f66
--- /dev/null
+++ b/recipes/gtk-webcore/midori_0.1.5.bb
@@ -0,0 +1,31 @@
+require midori.inc
+
+DEPENDS += "python-native python-docutils-native"
+
+SRC_URI = "http://goodies.xfce.org/releases/midori/midori-${PV}.tar.bz2 \
+           file://waf"
+
+
+do_configure() {
+	cp -f ${WORKDIR}/waf ${S}/
+	./configure \
+            --prefix=${prefix} \
+            --bindir=${bindir} \
+            --sbindir=${sbindir} \
+            --libexecdir=${libexecdir} \
+            --datadir=${datadir} \
+            --sysconfdir=${sysconfdir} \
+            --sharedstatedir=${sharedstatedir} \
+            --localstatedir=${localstatedir} \
+            --libdir=${libdir} \
+            --includedir=${includedir} \
+            --infodir=${infodir} \
+            --mandir=${mandir} \
+            ${EXTRA_OECONF} 
+ 
+	sed -i /LINK_CC/d ./_build_/c4che/default.cache.py 
+	echo "LINK_CC = '${CXX}'" >>  ./_build_/c4che/default.cache.py
+}
+
+
+





More information about the Openembedded-commits mailing list