summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-navigation
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb4
-rw-r--r--meta-oe/recipes-navigation/geos/geos.inc12
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb58
-rw-r--r--meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb4
-rw-r--r--meta-oe/recipes-navigation/orrery/orrery_2.7.bb6
-rw-r--r--meta-oe/recipes-navigation/proj/proj_7.0.1.bb2
6 files changed, 43 insertions, 43 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb
index 6c0b922c92..9a961adcdb 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb
@@ -34,14 +34,14 @@ EXTRA_OEMESON += " \
34 -Ddemo-agent=false \ 34 -Ddemo-agent=false \
35" 35"
36 36
37FILES_${PN} += " \ 37FILES:${PN} += " \
38 ${datadir}/dbus-1/system-services \ 38 ${datadir}/dbus-1/system-services \
39 ${libdir} \ 39 ${libdir} \
40 ${systemd_unitdir} \ 40 ${systemd_unitdir} \
41 ${prefix}/libexec \ 41 ${prefix}/libexec \
42" 42"
43 43
44FILES_${PN}-dev += " \ 44FILES:${PN}-dev += " \
45 ${datadir}/dbus-1/interfaces \ 45 ${datadir}/dbus-1/interfaces \
46 ${datadir}/gir-1.0 \ 46 ${datadir}/gir-1.0 \
47" 47"
diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos.inc
index 48721058da..b09e584ac8 100644
--- a/meta-oe/recipes-navigation/geos/geos.inc
+++ b/meta-oe/recipes-navigation/geos/geos.inc
@@ -11,11 +11,11 @@ inherit autotools pkgconfig binconfig
11 11
12PACKAGES =+ "geoslib ${PN}-c1" 12PACKAGES =+ "geoslib ${PN}-c1"
13 13
14DESCRIPTION_${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" 14DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
15FILES_${PN}lib += "${libdir}/libgeos-${PV}.so" 15FILES:${PN}lib += "${libdir}/libgeos-${PV}.so"
16 16
17DESCRIPTION_${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" 17DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
18FILES_${PN}-c1 += "${libdir}/libgeos_c.so.*" 18FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*"
19 19
20ALLOW_EMPTY_${PN} = "1" 20ALLOW_EMPTY:${PN} = "1"
21RDEPENDS_${PN} += "geoslib ${PN}-c1" 21RDEPENDS:${PN} += "geoslib ${PN}-c1"
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
index 0989cc1398..7f8382ed37 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
@@ -45,7 +45,7 @@ EXTRA_OESCONS = " \
45# this cannot be used, because then chrpath is not found and only static lib is built 45# this cannot be used, because then chrpath is not found and only static lib is built
46# target=${HOST_SYS} 46# target=${HOST_SYS}
47 47
48do_compile_prepend() { 48do_compile:prepend() {
49 export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" 49 export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"
50 export PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=\"${PKG_CONFIG_SYSROOT_DIR}\" pkg-config" 50 export PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=\"${PKG_CONFIG_SYSROOT_DIR}\" pkg-config"
51 export STAGING_PREFIX="${STAGING_DIR_HOST}/${prefix}" 51 export STAGING_PREFIX="${STAGING_DIR_HOST}/${prefix}"
@@ -66,7 +66,7 @@ do_install() {
66 bbfatal "scons install execution failed." 66 bbfatal "scons install execution failed."
67} 67}
68 68
69do_install_append() { 69do_install:append() {
70 install -d ${D}/${sysconfdir}/init.d 70 install -d ${D}/${sysconfdir}/init.d
71 install -m 0755 ${WORKDIR}/gpsd.init ${D}/${sysconfdir}/init.d/gpsd 71 install -m 0755 ${WORKDIR}/gpsd.init ${D}/${sysconfdir}/init.d/gpsd
72 install -d ${D}/${sysconfdir}/default 72 install -d ${D}/${sysconfdir}/default
@@ -93,39 +93,39 @@ do_install_append() {
93 93
94PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" 94PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils"
95 95
96RPROVIDES_${PN}-dbg += "python-pygps-dbg" 96RPROVIDES:${PN}-dbg += "python-pygps-dbg"
97 97
98FILES_${PN}-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc \ 98FILES:${PN}-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc \
99 ${libdir}/libQgpsmm.prl" 99 ${libdir}/libQgpsmm.prl"
100 100
101RDEPENDS_${PN} = "gpsd-gpsctl" 101RDEPENDS:${PN} = "gpsd-gpsctl"
102RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf" 102RRECOMMENDS:${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf"
103 103
104SUMMARY_gpsd-udev = "udev relevant files to use gpsd hotplugging" 104SUMMARY:gpsd-udev = "udev relevant files to use gpsd hotplugging"
105FILES_gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" 105FILES:gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*"
106RDEPENDS_gpsd-udev += "udev gpsd-conf" 106RDEPENDS:gpsd-udev += "udev gpsd-conf"
107 107
108SUMMARY_libgpsd = "C service library used for communicating with gpsd" 108SUMMARY:libgpsd = "C service library used for communicating with gpsd"
109FILES_libgpsd = "${libdir}/libgpsd.so.*" 109FILES:libgpsd = "${libdir}/libgpsd.so.*"
110 110
111SUMMARY_libgps = "C service library used for communicating with gpsd" 111SUMMARY:libgps = "C service library used for communicating with gpsd"
112FILES_libgps = "${libdir}/libgps.so.*" 112FILES:libgps = "${libdir}/libgps.so.*"
113 113
114SUMMARY_gpsd-conf = "gpsd configuration files and init scripts" 114SUMMARY:gpsd-conf = "gpsd configuration files and init scripts"
115FILES_gpsd-conf = "${sysconfdir}" 115FILES:gpsd-conf = "${sysconfdir}"
116CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default" 116CONFFILES:gpsd-conf = "${sysconfdir}/default/gpsd.default"
117 117
118SUMMARY_gpsd-gpsctl = "Tool for tweaking GPS modes" 118SUMMARY:gpsd-gpsctl = "Tool for tweaking GPS modes"
119FILES_gpsd-gpsctl = "${bindir}/gpsctl" 119FILES:gpsd-gpsctl = "${bindir}/gpsctl"
120 120
121SUMMARY_gps-utils = "Utils used for simulating, monitoring,... a GPS" 121SUMMARY:gps-utils = "Utils used for simulating, monitoring,... a GPS"
122# Python files are required for gps/fake, required for gpsfake. 122# Python files are required for gps/fake, required for gpsfake.
123FILES_gps-utils = "${bindir}/* ${libdir}/gps/*.py ${libdir}/gps/*.so" 123FILES:gps-utils = "${bindir}/* ${libdir}/gps/*.py ${libdir}/gps/*.so"
124RDEPENDS_gps-utils = "python3-pygps" 124RDEPENDS:gps-utils = "python3-pygps"
125 125
126SUMMARY_python3-pygps = "Python bindings to gpsd" 126SUMMARY:python3-pygps = "Python bindings to gpsd"
127FILES_python3-pygps = "${PYTHON_SITEPACKAGES_DIR}/* ${libdir}/gps/*.py ${libdir}/*.egg-info" 127FILES:python3-pygps = "${PYTHON_SITEPACKAGES_DIR}/* ${libdir}/gps/*.py ${libdir}/*.egg-info"
128RDEPENDS_python3-pygps = " \ 128RDEPENDS:python3-pygps = " \
129 python3-core \ 129 python3-core \
130 python3-io \ 130 python3-io \
131 python3-threading \ 131 python3-threading \
@@ -133,12 +133,12 @@ RDEPENDS_python3-pygps = " \
133 gpsd \ 133 gpsd \
134 python3-json" 134 python3-json"
135 135
136RPROVIDES_${PN} += "${PN}-systemd" 136RPROVIDES:${PN} += "${PN}-systemd"
137RREPLACES_${PN} += "${PN}-systemd" 137RREPLACES:${PN} += "${PN}-systemd"
138RCONFLICTS_${PN} += "${PN}-systemd" 138RCONFLICTS:${PN} += "${PN}-systemd"
139SYSTEMD_SERVICE_${PN} = "${BPN}.socket ${BPN}ctl@.service" 139SYSTEMD_SERVICE:${PN} = "${BPN}.socket ${BPN}ctl@.service"
140 140
141 141
142ALTERNATIVE_${PN} = "gpsd-defaults" 142ALTERNATIVE:${PN} = "gpsd-defaults"
143ALTERNATIVE_LINK_NAME[gpsd-defaults] = "${sysconfdir}/default/gpsd" 143ALTERNATIVE_LINK_NAME[gpsd-defaults] = "${sysconfdir}/default/gpsd"
144ALTERNATIVE_TARGET[gpsd-defaults] = "${sysconfdir}/default/gpsd.default" 144ALTERNATIVE_TARGET[gpsd-defaults] = "${sysconfdir}/default/gpsd.default"
diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb b/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb
index b33f5a31e4..c2e0688b51 100644
--- a/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb
+++ b/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb
@@ -18,5 +18,5 @@ CFLAGS += "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H"
18 18
19# package plugins for SQLite3 19# package plugins for SQLite3
20PACKAGES += "${PN}-plugin" 20PACKAGES += "${PN}-plugin"
21INSANE_SKIP_${PN}-plugin = "dev-so" 21INSANE_SKIP:${PN}-plugin = "dev-so"
22FILES_${PN}-plugin += "${libdir}/mod_*" 22FILES:${PN}-plugin += "${libdir}/mod_*"
diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
index 589fc5f7c8..510b0b04bf 100644
--- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
+++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
@@ -20,11 +20,11 @@ SRC_URI[sha256sum] = "645166a5e05b2064ab630534a514697fc47b681951e7fe1d635c259cbd
20 20
21S = "${WORKDIR}/${BPN}" 21S = "${WORKDIR}/${BPN}"
22 22
23do_configure_prepend() { 23do_configure:prepend() {
24 # fix DSO issue with binutils-2.22 24 # fix DSO issue with binutils-2.22
25 sed -i 's/ -lrt/ -lrt -lm/g' ${S}/Makefile.am 25 sed -i 's/ -lrt/ -lrt -lm/g' ${S}/Makefile.am
26} 26}
27do_install_append() { 27do_install:append() {
28 install -d ${D}${datadir}/orrery 28 install -d ${D}${datadir}/orrery
29 cp -R --no-dereference --preserve=mode,links -v ${S}/data/* ${D}${datadir}/orrery 29 cp -R --no-dereference --preserve=mode,links -v ${S}/data/* ${D}${datadir}/orrery
30 chown -R root:root ${D}${datadir}/orrery 30 chown -R root:root ${D}${datadir}/orrery
@@ -32,4 +32,4 @@ do_install_append() {
32 install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons 32 install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons
33} 33}
34 34
35FILES_${PN} += "${datadir}/icons/orrery.png" 35FILES:${PN} += "${datadir}/icons/orrery.png"
diff --git a/meta-oe/recipes-navigation/proj/proj_7.0.1.bb b/meta-oe/recipes-navigation/proj/proj_7.0.1.bb
index 2cfaa7121b..98e57f21e4 100644
--- a/meta-oe/recipes-navigation/proj/proj_7.0.1.bb
+++ b/meta-oe/recipes-navigation/proj/proj_7.0.1.bb
@@ -18,4 +18,4 @@ PACKAGECONFIG ?= "curl"
18 18
19PACKAGECONFIG[curl] = ",--without-curl,curl" 19PACKAGECONFIG[curl] = ",--without-curl,curl"
20 20
21FILES_${PN} += "${datadir}/proj" 21FILES:${PN} += "${datadir}/proj"