summaryrefslogtreecommitdiff
path: root/recipes-support/florence/florence3_0.6.3.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-08-08 11:11:22 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:18:40 +0200
commite7f6f37cdbc8ba971a151ef23d96edd8cda76e30 (patch)
treea506a5dea5e6b3d8e766cf487412c73ec8eeb6df /recipes-support/florence/florence3_0.6.3.bb
parent05cc0d582c0d3a8a20b02b992589b151b2aad10a (diff)
layer: convert to new override syntax
This is the result of automated script (0.9.3) conversion: +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] ../openembedded-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-support/florence/florence3_0.6.3.bb')
-rw-r--r--recipes-support/florence/florence3_0.6.3.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-support/florence/florence3_0.6.3.bb b/recipes-support/florence/florence3_0.6.3.bb
index 37f2973..d82b57c 100644
--- a/recipes-support/florence/florence3_0.6.3.bb
+++ b/recipes-support/florence/florence3_0.6.3.bb
@@ -12,9 +12,9 @@ DEPENDS = "cairo gconf glib-2.0-native gnome-doc-utils gstreamer1.0 gtk+3 intlto
PROVIDES += "florence"
-RPROVIDES_${PN} += "florence"
-RREPLACES_${PN} += "florence"
-RCONFLICTS_${PN} += "florence"
+RPROVIDES:${PN} += "florence"
+RREPLACES:${PN} += "florence"
+RCONFLICTS:${PN} += "florence"
SRC_URI = " \
${SOURCEFORGE_MIRROR}/florence/florence/${PV}/florence-${PV}.tar.bz2 \
@@ -25,6 +25,6 @@ SRC_URI[sha256sum] = "422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944
S = "${WORKDIR}/florence-${PV}"
inherit gettext autotools gconf pkgconfig gsettings
-FILES_${PN} += "${datadir}/florence"
+FILES:${PN} += "${datadir}/florence"
EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet --without-xrecord --without-sound"