summaryrefslogtreecommitdiffstats
path: root/recipes-navigation/geoclue/geoclue_agldemo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-navigation/geoclue/geoclue_agldemo.inc')
-rw-r--r--recipes-navigation/geoclue/geoclue_agldemo.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-navigation/geoclue/geoclue_agldemo.inc b/recipes-navigation/geoclue/geoclue_agldemo.inc
new file mode 100644
index 00000000..14f730ee
--- /dev/null
+++ b/recipes-navigation/geoclue/geoclue_agldemo.inc
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+
+SRC_URI += "file://geoclue.conf.agl"
+
+PACKAGECONFIG = "nmea lib"
+
+do_install:append() {
+ install -D -m 0644 ${WORKDIR}/geoclue.conf.agl ${D}${sysconfdir}/geoclue/geoclue.conf
+}