diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-04 13:23:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-14 20:46:37 +0100 |
commit | 8fcb01cd856a02d8e457054c47be66a527459b45 (patch) | |
tree | 28e1b135b291d4241a07f2caa21d64b8b801ff56 /meta/recipes-core | |
parent | e552b25530040029155bb7c216a2c31b10cc8cd9 (diff) | |
download | poky-8fcb01cd856a02d8e457054c47be66a527459b45.tar.gz |
midori: remove the recipe and replace references to midori with epiphany
(From OE-Core rev: b7e14c77ffb3d994d59ddc076d7e0263f39546c1)
(From OE-Core rev: f1c9a0d486e18dd8b2b1da9525f7b53616572112)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index 7d5a41adfc..d38be264cc 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -28,11 +28,6 @@ RDEPENDS_packagegroup-self-hosted = "\ | |||
28 | packagegroup-self-hosted-host-tools \ | 28 | packagegroup-self-hosted-host-tools \ |
29 | " | 29 | " |
30 | 30 | ||
31 | # midori depends on webkit-gtk which could not build for mips64 | ||
32 | MIDORI = "midori" | ||
33 | MIDORI_mips64 = "" | ||
34 | MIDORI_mips64n32 = "" | ||
35 | |||
36 | RDEPENDS_packagegroup-self-hosted-host-tools = "\ | 31 | RDEPENDS_packagegroup-self-hosted-host-tools = "\ |
37 | connman \ | 32 | connman \ |
38 | connman-plugin-ethernet \ | 33 | connman-plugin-ethernet \ |
@@ -198,7 +193,7 @@ RDEPENDS_packagegroup-self-hosted-graphics = "\ | |||
198 | python-pygtk \ | 193 | python-pygtk \ |
199 | gtk-theme-clearlooks \ | 194 | gtk-theme-clearlooks \ |
200 | xdg-utils \ | 195 | xdg-utils \ |
201 | ${MIDORI} \ | 196 | epiphany \ |
202 | leafpad \ | 197 | leafpad \ |
203 | pcmanfm \ | 198 | pcmanfm \ |
204 | vte \ | 199 | vte \ |