diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-navigation | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/geos/geos.inc | 12 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb | 58 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/orrery/orrery_2.7.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/proj/proj_7.0.1.bb | 2 |
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 | ||
| 37 | FILES_${PN} += " \ | 37 | FILES:${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 | ||
| 44 | FILES_${PN}-dev += " \ | 44 | FILES:${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 | ||
| 12 | PACKAGES =+ "geoslib ${PN}-c1" | 12 | PACKAGES =+ "geoslib ${PN}-c1" |
| 13 | 13 | ||
| 14 | DESCRIPTION_${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" | 14 | DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" |
| 15 | FILES_${PN}lib += "${libdir}/libgeos-${PV}.so" | 15 | FILES:${PN}lib += "${libdir}/libgeos-${PV}.so" |
| 16 | 16 | ||
| 17 | DESCRIPTION_${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" | 17 | DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" |
| 18 | FILES_${PN}-c1 += "${libdir}/libgeos_c.so.*" | 18 | FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*" |
| 19 | 19 | ||
| 20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
| 21 | RDEPENDS_${PN} += "geoslib ${PN}-c1" | 21 | RDEPENDS:${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 | ||
| 48 | do_compile_prepend() { | 48 | do_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 | ||
| 69 | do_install_append() { | 69 | do_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 | ||
| 94 | PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" | 94 | PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" |
| 95 | 95 | ||
| 96 | RPROVIDES_${PN}-dbg += "python-pygps-dbg" | 96 | RPROVIDES:${PN}-dbg += "python-pygps-dbg" |
| 97 | 97 | ||
| 98 | FILES_${PN}-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc \ | 98 | FILES:${PN}-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc \ |
| 99 | ${libdir}/libQgpsmm.prl" | 99 | ${libdir}/libQgpsmm.prl" |
| 100 | 100 | ||
| 101 | RDEPENDS_${PN} = "gpsd-gpsctl" | 101 | RDEPENDS:${PN} = "gpsd-gpsctl" |
| 102 | RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf" | 102 | RRECOMMENDS:${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf" |
| 103 | 103 | ||
| 104 | SUMMARY_gpsd-udev = "udev relevant files to use gpsd hotplugging" | 104 | SUMMARY:gpsd-udev = "udev relevant files to use gpsd hotplugging" |
| 105 | FILES_gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" | 105 | FILES:gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" |
| 106 | RDEPENDS_gpsd-udev += "udev gpsd-conf" | 106 | RDEPENDS:gpsd-udev += "udev gpsd-conf" |
| 107 | 107 | ||
| 108 | SUMMARY_libgpsd = "C service library used for communicating with gpsd" | 108 | SUMMARY:libgpsd = "C service library used for communicating with gpsd" |
| 109 | FILES_libgpsd = "${libdir}/libgpsd.so.*" | 109 | FILES:libgpsd = "${libdir}/libgpsd.so.*" |
| 110 | 110 | ||
| 111 | SUMMARY_libgps = "C service library used for communicating with gpsd" | 111 | SUMMARY:libgps = "C service library used for communicating with gpsd" |
| 112 | FILES_libgps = "${libdir}/libgps.so.*" | 112 | FILES:libgps = "${libdir}/libgps.so.*" |
| 113 | 113 | ||
| 114 | SUMMARY_gpsd-conf = "gpsd configuration files and init scripts" | 114 | SUMMARY:gpsd-conf = "gpsd configuration files and init scripts" |
| 115 | FILES_gpsd-conf = "${sysconfdir}" | 115 | FILES:gpsd-conf = "${sysconfdir}" |
| 116 | CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default" | 116 | CONFFILES:gpsd-conf = "${sysconfdir}/default/gpsd.default" |
| 117 | 117 | ||
| 118 | SUMMARY_gpsd-gpsctl = "Tool for tweaking GPS modes" | 118 | SUMMARY:gpsd-gpsctl = "Tool for tweaking GPS modes" |
| 119 | FILES_gpsd-gpsctl = "${bindir}/gpsctl" | 119 | FILES:gpsd-gpsctl = "${bindir}/gpsctl" |
| 120 | 120 | ||
| 121 | SUMMARY_gps-utils = "Utils used for simulating, monitoring,... a GPS" | 121 | SUMMARY: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. |
| 123 | FILES_gps-utils = "${bindir}/* ${libdir}/gps/*.py ${libdir}/gps/*.so" | 123 | FILES:gps-utils = "${bindir}/* ${libdir}/gps/*.py ${libdir}/gps/*.so" |
| 124 | RDEPENDS_gps-utils = "python3-pygps" | 124 | RDEPENDS:gps-utils = "python3-pygps" |
| 125 | 125 | ||
| 126 | SUMMARY_python3-pygps = "Python bindings to gpsd" | 126 | SUMMARY:python3-pygps = "Python bindings to gpsd" |
| 127 | FILES_python3-pygps = "${PYTHON_SITEPACKAGES_DIR}/* ${libdir}/gps/*.py ${libdir}/*.egg-info" | 127 | FILES:python3-pygps = "${PYTHON_SITEPACKAGES_DIR}/* ${libdir}/gps/*.py ${libdir}/*.egg-info" |
| 128 | RDEPENDS_python3-pygps = " \ | 128 | RDEPENDS: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 | ||
| 136 | RPROVIDES_${PN} += "${PN}-systemd" | 136 | RPROVIDES:${PN} += "${PN}-systemd" |
| 137 | RREPLACES_${PN} += "${PN}-systemd" | 137 | RREPLACES:${PN} += "${PN}-systemd" |
| 138 | RCONFLICTS_${PN} += "${PN}-systemd" | 138 | RCONFLICTS:${PN} += "${PN}-systemd" |
| 139 | SYSTEMD_SERVICE_${PN} = "${BPN}.socket ${BPN}ctl@.service" | 139 | SYSTEMD_SERVICE:${PN} = "${BPN}.socket ${BPN}ctl@.service" |
| 140 | 140 | ||
| 141 | 141 | ||
| 142 | ALTERNATIVE_${PN} = "gpsd-defaults" | 142 | ALTERNATIVE:${PN} = "gpsd-defaults" |
| 143 | ALTERNATIVE_LINK_NAME[gpsd-defaults] = "${sysconfdir}/default/gpsd" | 143 | ALTERNATIVE_LINK_NAME[gpsd-defaults] = "${sysconfdir}/default/gpsd" |
| 144 | ALTERNATIVE_TARGET[gpsd-defaults] = "${sysconfdir}/default/gpsd.default" | 144 | ALTERNATIVE_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 |
| 20 | PACKAGES += "${PN}-plugin" | 20 | PACKAGES += "${PN}-plugin" |
| 21 | INSANE_SKIP_${PN}-plugin = "dev-so" | 21 | INSANE_SKIP:${PN}-plugin = "dev-so" |
| 22 | FILES_${PN}-plugin += "${libdir}/mod_*" | 22 | FILES:${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 | ||
| 21 | S = "${WORKDIR}/${BPN}" | 21 | S = "${WORKDIR}/${BPN}" |
| 22 | 22 | ||
| 23 | do_configure_prepend() { | 23 | do_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 | } |
| 27 | do_install_append() { | 27 | do_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 | ||
| 35 | FILES_${PN} += "${datadir}/icons/orrery.png" | 35 | FILES:${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 | ||
| 19 | PACKAGECONFIG[curl] = ",--without-curl,curl" | 19 | PACKAGECONFIG[curl] = ",--without-curl,curl" |
| 20 | 20 | ||
| 21 | FILES_${PN} += "${datadir}/proj" | 21 | FILES:${PN} += "${datadir}/proj" |
