summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-09-07 10:16:11 -0500
committerJohn Klug <john.klug@multitech.com>2017-09-07 10:16:11 -0500
commitc621797d71393d50fc5e2c80c5a460d871101a96 (patch)
tree733484b00f63140ddcadd0b82d666ea6c60f8333 /recipes-core
parent389df9a30409d0b0089aa6ba3720a81ca5b6b5df (diff)
downloadmeta-mlinux-atmel-c621797d71393d50fc5e2c80c5a460d871101a96.tar.gz
meta-mlinux-atmel-c621797d71393d50fc5e2c80c5a460d871101a96.tar.bz2
meta-mlinux-atmel-c621797d71393d50fc5e2c80c5a460d871101a96.zip
Fix libgps name in factory recipe
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/mlinux-factory-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb
index 5ef4f85..8632b70 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -86,6 +86,6 @@ IMAGE_INSTALL += "venus-gps"
IMAGE_INSTALL += "pps-tools"
# When ntp is to use the GPS, gps-utils is required
-IMAGE_INSTALL += "gpsd libgps22 ntp ntp-utils gps-utils gpsd-udev"
+IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gps-utils gpsd-udev"
IMAGE_INSTALL += "uvccapture"