From e7f6f37cdbc8ba971a151ef23d96edd8cda76e30 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 8 Aug 2021 11:11:22 +0200 Subject: 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 --- recipes-multimedia/codecgraph/codecgraph_20120114.bb | 2 +- recipes-multimedia/mediainfo/mediainfo_0.7.62.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/codecgraph/codecgraph_20120114.bb b/recipes-multimedia/codecgraph/codecgraph_20120114.bb index 54d596a..f3b687b 100644 --- a/recipes-multimedia/codecgraph/codecgraph_20120114.bb +++ b/recipes-multimedia/codecgraph/codecgraph_20120114.bb @@ -3,7 +3,7 @@ SUMMARY = "Tool to generate a graph of HDA codec config" DESCRIPTION = "Codecgraph is a tool to generate a graph based on the ALSA description of a High Definition Audio codec." HOMEPAGE = "http://helllabs.org/codecgraph/" LICENSE = "GPLv2+" -RDEPENDS_${PN} = "python graphviz" +RDEPENDS:${PN} = "python graphviz" SRC_URI = "http://helllabs.org/codecgraph/codecgraph-${PV}.tar.gz" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" diff --git a/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb b/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb index 51fc4df..6ec7a03 100644 --- a/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb +++ b/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb @@ -28,7 +28,7 @@ do_configure () { oe_runconf } -do_install_prepend () { +do_install:prepend () { #install media info cd ${S} } -- cgit v1.2.3