Module: meta-angstrom
Branch: master
Commit: 5ee94f7916e074cfccccea6e95301955a04dd9ed

Author: Koen Kooi <k...@dominion.thruhere.net>
Date:   Tue Feb 28 16:15:38 2012 +0100

systemd-image: quoting fixes

Signed-off-by: Koen Kooi <k...@dominion.thruhere.net>

---

 recipes-images/angstrom/systemd-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-images/angstrom/systemd-image.bb 
b/recipes-images/angstrom/systemd-image.bb
index d0441a1..4406737 100644
--- a/recipes-images/angstrom/systemd-image.bb
+++ b/recipes-images/angstrom/systemd-image.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
 IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
 
 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}", 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

Reply via email to