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 10:44:00 +0100 |
commit | f1c9a0d486e18dd8b2b1da9525f7b53616572112 (patch) | |
tree | 43e6560ea9ac0a96d8d1b0332399e9611c038ced /meta/recipes-core/packagegroups | |
parent | 68a1e346751c4d644a14035b0d7acf01d212f38c (diff) | |
download | openembedded-core-f1c9a0d486e18dd8b2b1da9525f7b53616572112.tar.gz openembedded-core-f1c9a0d486e18dd8b2b1da9525f7b53616572112.tar.bz2 openembedded-core-f1c9a0d486e18dd8b2b1da9525f7b53616572112.zip |
midori: remove the recipe and replace references to midori with epiphany
(From OE-Core rev: b7e14c77ffb3d994d59ddc076d7e0263f39546c1)
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/packagegroups')
-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 = "\ packagegroup-self-hosted-host-tools \ " -# midori depends on webkit-gtk which could not build for mips64 -MIDORI = "midori" -MIDORI_mips64 = "" -MIDORI_mips64n32 = "" - RDEPENDS_packagegroup-self-hosted-host-tools = "\ connman \ connman-plugin-ethernet \ @@ -198,7 +193,7 @@ RDEPENDS_packagegroup-self-hosted-graphics = "\ python-pygtk \ gtk-theme-clearlooks \ xdg-utils \ - ${MIDORI} \ + epiphany \ leafpad \ pcmanfm \ vte \ |