summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-01-11 15:50:41 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:28 +0100
commit2dcc1e20ebf00b802caf8c7d0bf973fc4a96ecc6 (patch)
tree105513c5e977581b00c0c18f8b86d40d7581d1f1
parent35ac446955c5899725f6cd742224b818d48f9ca0 (diff)
angstrom-lxde-image: use webkit-gtk browser
midory has been dropped from oe-core Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes/images/angstrom-lxde-image.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index b902bcf..8b8609e 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -31,7 +31,7 @@ do_mkrmscript () {
readlink -e ${WORKDIR}/rmscript
cat ${WORKDIR}/rmscript
}
-addtask mkrmscript before do_rootfs
+addtask mkrmscript after do_rootfs before do_imagedeploy
IMAGE_LINGUAS = "en-us"
#IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
@@ -52,10 +52,8 @@ DEPENDS_append_tegra = " nvsamples"
IMAGE_BROWSER = "firefox"
#keep the rootfs size small
-IMAGE_BROWSER_colibri-vf = "midori"
+IMAGE_BROWSER_colibri-vf = "webkitgtk-bin"
-# this recommends from midori pulls in 8Meg of icons
-BAD_RECOMMENDATIONS = "gnome-icon-theme"
#don't install some id databases
#currently having more than one BAD_RECOMMENDATIONS and having
#a package which exists in more than one compatible feed does not work
@@ -230,7 +228,6 @@ IMAGE_INSTALL += " \
alsa-states \
${IMAGE_BROWSER} \
"
-
require recipes/images/lx.inc
require recipes/images/trdx-extra.inc