diff options
author | 2017-04-25 22:55:28 +0200 | |
---|---|---|
committer | 2017-04-25 22:57:08 +0200 | |
commit | 2129fbffcd83c0ee059bda0b694f14cfd4f26f62 (patch) | |
tree | 0c7750e8fa8ad9c1237ca87e224f50d6bbaebeb4 | |
parent | 773f84c28a1f28e43e276c8b6919fe403e6ab85e (diff) | |
download | meta-qcom-2129fbffcd83c0ee059bda0b694f14cfd4f26f62.tar.gz meta-qcom-2129fbffcd83c0ee059bda0b694f14cfd4f26f62.tar.bz2 meta-qcom-2129fbffcd83c0ee059bda0b694f14cfd4f26f62.zip |
qmi-gps-proxy: update to new release
Also remove udev rules which was removed upstream.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(cherry picked from commit dc97efd7064ca8316115e140d6f37f2faae2eaa0)
-rw-r--r-- | openembedded-layer/recipes-support/qmi-gps-proxy/qmi-gps-proxy_0.0+0+df3b976-6.bb (renamed from openembedded-layer/recipes-support/qmi-gps-proxy/qmi-gps-proxy_0.0+0+df3b976-5.bb) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openembedded-layer/recipes-support/qmi-gps-proxy/qmi-gps-proxy_0.0+0+df3b976-5.bb b/openembedded-layer/recipes-support/qmi-gps-proxy/qmi-gps-proxy_0.0+0+df3b976-6.bb index e84c0b6..5bea830 100644 --- a/openembedded-layer/recipes-support/qmi-gps-proxy/qmi-gps-proxy_0.0+0+df3b976-5.bb +++ b/openembedded-layer/recipes-support/qmi-gps-proxy/qmi-gps-proxy_0.0+0+df3b976-6.bb @@ -33,7 +33,6 @@ do_install () { install -m 0644 ${S}/debian/gnss-gpsd.service ${D}${systemd_unitdir}/system install -d ${D}${sysconfdir}/udev/rules.d - install -m 0644 ${S}/debian/qmi-gps-proxy.udev ${D}${sysconfdir}/udev/rules.d/qmi-gps-proxy.rules install -m 0644 ${S}/debian/gnss-gpsd.udev ${D}${sysconfdir}/udev/rules.d/gnss-gpsd.rules } |