diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2012-08-11 11:10:40 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-13 09:49:59 +0200 |
| commit | 6bc34f260077e790f9b0f5e1fac08b95e83d1d9e (patch) | |
| tree | 1644712d74268852022573f3f5e048e25b1ee5f6 | |
| parent | 32504ed636231badf30a9f2cab016eb27a4b0b82 (diff) | |
| download | meta-openembedded-6bc34f260077e790f9b0f5e1fac08b95e83d1d9e.tar.gz | |
midori: add missing libnotify dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-connectivity/midori/midori_0.4.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/midori/midori_0.4.5.bb b/meta-oe/recipes-connectivity/midori/midori_0.4.5.bb index 4cdd82d980..7d68720629 100644 --- a/meta-oe/recipes-connectivity/midori/midori_0.4.5.bb +++ b/meta-oe/recipes-connectivity/midori/midori_0.4.5.bb | |||
| @@ -2,7 +2,9 @@ DESCRIPTION = "Midori is a lightweight web browser." | |||
| 2 | HOMEPAGE = "http://www.twotoasts.de/index.php?/pages/midori_summary.html" | 2 | HOMEPAGE = "http://www.twotoasts.de/index.php?/pages/midori_summary.html" |
| 3 | LICENSE = "LGPLv2.1" | 3 | 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 vala-native python-native python-docutils-native librsvg-native" | 5 | DEPENDS = "webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native python-docutils-native librsvg-native libnotify" |
| 6 | |||
| 7 | PR = "r1" | ||
| 6 | 8 | ||
| 7 | SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \ | 9 | SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \ |
| 8 | " | 10 | " |
