summaryrefslogtreecommitdiff
path: root/recipes/images/angstrom-lxde-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-08-16 17:38:12 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 12:20:55 +0200
commit0341f40208b9c7e72cf00fc4247911edcae6b666 (patch)
treeb2e26d18c632be84f0cde14eb476e0b67595b88c /recipes/images/angstrom-lxde-image.bb
parent65bd3abbb628c4b9f27ec797665e4c9f54a35fcb (diff)
image: add update-alternative and ethtool
Diffstat (limited to 'recipes/images/angstrom-lxde-image.bb')
-rw-r--r--recipes/images/angstrom-lxde-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index 5f2ec7d..efd119c 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Image based on the LXDE desktop"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
-PV = "V2.0"
+PV = "V2.1"
PR = "r5"
#start of the resulting deployable tarball
@@ -32,7 +32,7 @@ IMAGE_LINGUAS = "en-us"
# xorg-minimal-fonts xserver-xorg-multimedia-modules xserver-xorg-utils
DISTRO_UPDATE_ALTERNATIVES ??= ""
-ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES}", d)}'
+ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES} update-alternatives-cworth", d)}'
#CONMANPKGS = ""
CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-client connman-gnome"