gpsd: hw21: Fix gpsd starting in autodetect mode
BugzID: 65905
This commit is contained in:
parent
3349f227a0
commit
5bc7c2e9cc
|
|
@ -33,7 +33,7 @@ do_install_append() {
|
||||||
install -p ${D}/usr/lib/gps/*.so ${D}/usr/lib/python2.7/site-packages/gps/
|
install -p ${D}/usr/lib/gps/*.so ${D}/usr/lib/python2.7/site-packages/gps/
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append_am335x_nmhw21() {
|
do_install_append_am335x-nmhw21() {
|
||||||
sed -i "s/GPSD_OPTIONS=\"\(.*\)\"/GPSD_OPTIONS=\"\1 -s 115200\"/g" ${D}${sysconfdir}/default/gpsd.default
|
sed -i "s/GPSD_OPTIONS=\"\(.*\)\"/GPSD_OPTIONS=\"\1 -s 115200\"/g" ${D}${sysconfdir}/default/gpsd.default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue