Module: meta-angstrom Branch: master Commit: d4a32916cad9c794bc079ac35608c8ab73192c00
Author: Koen Kooi <k...@dominion.thruhere.net> Date: Mon Jan 16 13:32:52 2012 +0100 systemd-image: include DISTRO_UPDATE_ALTERNATIVES manually Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- recipes-images/angstrom/systemd-image.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes-images/angstrom/systemd-image.bb b/recipes-images/angstrom/systemd-image.bb index 0d2afe5..e25c8e9 100644 --- a/recipes-images/angstrom/systemd-image.bb +++ b/recipes-images/angstrom/systemd-image.bb @@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" -ROOTFS_PKGMANAGE_PKGS ?= ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE}", d)} +DISTRO_UPDATE_ALTERNATIVES ??= "" +ROOTFS_PKGMANAGE_PKGS ?= ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES}", d)} CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd" CONMANPKGS_libc-uclibc = "" _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel