diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 09:55:50 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 09:55:50 -0500 |
commit | a4442e19bdf376f043521eee6b71e1f4e506e3fc (patch) | |
tree | 344b7963f4ac9a9d3a8100197f64763cbaa31451 /recipes-core | |
parent | 2e67432120b62215596fb2cf1a9e1c921e6d4207 (diff) | |
download | meta-mlinux-a4442e19bdf376f043521eee6b71e1f4e506e3fc.tar.gz meta-mlinux-a4442e19bdf376f043521eee6b71e1f4e506e3fc.tar.bz2 meta-mlinux-a4442e19bdf376f043521eee6b71e1f4e506e3fc.zip |
mtp:fix: image syntax
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-picocell-debug-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-picocell-debug-image.bb b/recipes-core/images/mlinux-picocell-debug-image.bb index 7975b8d..f77685b 100644 --- a/recipes-core/images/mlinux-picocell-debug-image.bb +++ b/recipes-core/images/mlinux-picocell-debug-image.bb @@ -7,7 +7,7 @@ IMAGE_INSTALL += "lora-network-server-mtp \ lora-gateway-utils \ lora-query \ mosquitto mosquitto-clients \ - nodejs - nodejs-npm + nodejs \ + nodejs-npm \ " |