diff options
author | John Klug <john.klug@multitech.com> | 2018-10-30 09:03:50 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-10-30 09:03:50 -0500 |
commit | 7a53be25b8726f202442e3ac9a4a21073fd4a76a (patch) | |
tree | 41437a621681334b44202a4edae5da0ddb6b3e7e /recipes-navigation | |
parent | 56b369c7a5a75ec65f1671757c45aee85194cd7a (diff) | |
download | meta-mlinux-7a53be25b8726f202442e3ac9a4a21073fd4a76a.tar.gz meta-mlinux-7a53be25b8726f202442e3ac9a4a21073fd4a76a.tar.bz2 meta-mlinux-7a53be25b8726f202442e3ac9a4a21073fd4a76a.zip |
Add os_compat.h for LoRa
Diffstat (limited to 'recipes-navigation')
-rw-r--r-- | recipes-navigation/gpsd/gpsd_3.18.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd_3.18.1.bb b/recipes-navigation/gpsd/gpsd_3.18.1.bb index efc463b..ce7e099 100644 --- a/recipes-navigation/gpsd/gpsd_3.18.1.bb +++ b/recipes-navigation/gpsd/gpsd_3.18.1.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800" DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-replacement-native pps-tools" PROVIDES = "virtual/gpsd" -PR="m1" +PR="m2" EXTRANATIVEPATH += "chrpath-native" @@ -109,6 +109,7 @@ do_install_append() { # support for dev (development) mkdir -p -m 0644 ${D}/${includedir}/gps install -m 0644 ${S}/gpsd.h ${D}/${includedir}/gps + install -m 0644 ${S}/os_compat.h ${D}/${includedir}/gps install -m 0644 ${S}/revision.h ${D}/${includedir}/gps install -m 0644 ${S}/gpsdclient.h ${D}/${includedir}/gps install -m 0644 ${S}/gpsd_config.h ${D}/${includedir}/gps |