summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/vc-graphics/vc-graphics.inc
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:43:18 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:44:07 +0100
commit844827a3d265fbde0467c5687747662ceb49a938 (patch)
tree545d37c830534b43da2533efd402d9068cc15148 /recipes-graphics/vc-graphics/vc-graphics.inc
parent8dc3a310883ea87cd9900442f46f20bb08e57583 (diff)
downloadmeta-raspberrypi-ag/override.tar.gz
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-graphics/vc-graphics/vc-graphics.inc')
-rw-r--r--recipes-graphics/vc-graphics/vc-graphics.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/vc-graphics/vc-graphics.inc b/recipes-graphics/vc-graphics/vc-graphics.inc
index 540e289..e5e8f53 100644
--- a/recipes-graphics/vc-graphics/vc-graphics.inc
+++ b/recipes-graphics/vc-graphics/vc-graphics.inc
@@ -40,15 +40,15 @@ do_install () {
40} 40}
41 41
42# These are proprietary binaries generated elsewhere so don't check ldflags 42# These are proprietary binaries generated elsewhere so don't check ldflags
43INSANE_SKIP_${PN} = "ldflags" 43INSANE_SKIP:${PN} = "ldflags"
44 44
45INITSCRIPT_NAME = "vchiq.sh" 45INITSCRIPT_NAME = "vchiq.sh"
46INITSCRIPT_PARAMS = "start 03 S ." 46INITSCRIPT_PARAMS = "start 03 S ."
47 47
48FILES_${PN} = "${bindir}/* \ 48FILES:${PN} = "${bindir}/* \
49 ${libdir}/lib*.so \ 49 ${libdir}/lib*.so \
50 ${sysconfdir}/init.d \ 50 ${sysconfdir}/init.d \
51 ${libdir}/plugins" 51 ${libdir}/plugins"
52FILES_${PN}-dev = "${libdir}/pkgconfig \ 52FILES:${PN}-dev = "${libdir}/pkgconfig \
53 ${includedir}" 53 ${includedir}"
54FILES_${PN}-dbg += "${libdir}/plugins/.debug" 54FILES:${PN}-dbg += "${libdir}/plugins/.debug"