diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2015-10-30 10:45:32 +0100 |
---|---|---|
committer | Max Krummenacher <max.oss.09@gmail.com> | 2015-10-30 10:46:57 +0100 |
commit | 2b07c4e0cf70cd34f9b7a45c6f2abb46fa831ade (patch) | |
tree | 540038609ff2f82e2afa03481ee290cb0d24b562 /recipes | |
parent | b577804afd51b451c71003f0828b5e44dd958dd2 (diff) |
appends: make sure that there is whitespace
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/console-trdx-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/console-trdx-image.bb b/recipes/images/console-trdx-image.bb index 7c4cb95..3a0b584 100644 --- a/recipes/images/console-trdx-image.bb +++ b/recipes/images/console-trdx-image.bb @@ -46,7 +46,7 @@ CONMANPKGS_libc-uclibc = "" #deploy the X server for the tegras #this adds a few MB to the image, but all graphical HW acceleration is #available only on top of X -IMAGE_INSTALL_append_tegra = "${XSERVER} xterm xclock" +IMAGE_INSTALL_append_tegra = " ${XSERVER} xterm xclock" IMAGE_INSTALL += " \ angstrom-packagegroup-boot \ |