diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-02 15:16:13 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-03 23:25:45 +0100 |
commit | 4439af271656b7032223ebe081b7c3eab85ac395 (patch) | |
tree | eed6871ab486b93531765fe872a6e3f9c6996414 /meta-gnome | |
parent | 74b4ffd43896ba0281e19c37594c4e96c069168e (diff) | |
download | meta-openembedded-4439af271656b7032223ebe081b7c3eab85ac395.tar.gz |
midori: update to 0.4.7
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb (renamed from meta-gnome/recipes-connectivity/midori/midori_0.4.6.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-gnome/recipes-connectivity/midori/midori_0.4.6.bb b/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb index db2c5e6c5..5b1a959fc 100644 --- a/meta-gnome/recipes-connectivity/midori/midori_0.4.6.bb +++ b/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb | |||
@@ -4,12 +4,10 @@ LICENSE = "LGPLv2.1" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
5 | DEPENDS = "webkit-gtk libsoup-2.4 libsexy openssl python-native python-docutils-native librsvg-native libnotify" | 5 | DEPENDS = "webkit-gtk libsoup-2.4 libsexy openssl python-native python-docutils-native librsvg-native libnotify" |
6 | 6 | ||
7 | PR = "r2" | ||
8 | |||
9 | SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \ | 7 | SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \ |
10 | " | 8 | " |
11 | SRC_URI[midori.md5sum] = "3c3f0030611d9126ab90be48d44cab57" | 9 | SRC_URI[midori.md5sum] = "06db7b88a41e9b2265728960d5e98f35" |
12 | SRC_URI[midori.sha256sum] = "910f47bd2b5f2998cd4fce45c08f9e282318820b68562d0bade2096b9a17e3ea" | 10 | SRC_URI[midori.sha256sum] = "65bf9976733597c405492ce91aa664fd10547cb7df16e0a70f260c7a3e97ea5d" |
13 | 11 | ||
14 | inherit gtk-icon-cache pkgconfig vala | 12 | inherit gtk-icon-cache pkgconfig vala |
15 | 13 | ||
@@ -33,7 +31,6 @@ do_configure() { | |||
33 | } | 31 | } |
34 | 32 | ||
35 | PARALLEL_MAKE = "" | 33 | PARALLEL_MAKE = "" |
36 | LDFLAGS_append = " -ljavascriptcoregtk-1.0 " | ||
37 | TARGET_CC_ARCH += "${LDFLAGS}" | 34 | TARGET_CC_ARCH += "${LDFLAGS}" |
38 | 35 | ||
39 | do_install() { | 36 | do_install() { |