mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
midori: upgrade to 0.4.4
* custom waf to fix dirty vala version was dropped * I've fixed our vala to stop reporting dirty even for valid released tarballs so you can still get dirty version but it's not so common to keep this ugly binary here. * disable PARALLEL_MAKE to improve our chances agains build hangs (btw fedora is doing the same http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
BIN
Binary file not shown.
@@ -1,13 +0,0 @@
|
||||
require midori.inc
|
||||
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
|
||||
file://waf \
|
||||
"
|
||||
SRC_URI[midori.md5sum] = "900037557b82818d79d2dd1c5a7d7fd2"
|
||||
SRC_URI[midori.sha256sum] = "fca4a0eab03358f20d7700069dbf2faaf8fa5c11aaad97f4208aea608f4bed9f"
|
||||
|
||||
do_configure_prepend() {
|
||||
cp -f ${WORKDIR}/waf ${S}/
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
require midori.inc
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
|
||||
"
|
||||
SRC_URI[midori.md5sum] = "a6578ebfd237c0f22cce49113b95f70c"
|
||||
SRC_URI[midori.sha256sum] = "fadd43f76c1c9f6a16483e60a804e58fb6817c6a595b1acdd59bcbdd7b35bca2"
|
||||
Reference in New Issue
Block a user