diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:43:18 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:44:07 +0100 |
commit | 844827a3d265fbde0467c5687747662ceb49a938 (patch) | |
tree | 545d37c830534b43da2533efd402d9068cc15148 /recipes-graphics/vc-graphics/vc-graphics.inc | |
parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
download | meta-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.inc | 8 |
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 |
43 | INSANE_SKIP_${PN} = "ldflags" | 43 | INSANE_SKIP:${PN} = "ldflags" |
44 | 44 | ||
45 | INITSCRIPT_NAME = "vchiq.sh" | 45 | INITSCRIPT_NAME = "vchiq.sh" |
46 | INITSCRIPT_PARAMS = "start 03 S ." | 46 | INITSCRIPT_PARAMS = "start 03 S ." |
47 | 47 | ||
48 | FILES_${PN} = "${bindir}/* \ | 48 | FILES:${PN} = "${bindir}/* \ |
49 | ${libdir}/lib*.so \ | 49 | ${libdir}/lib*.so \ |
50 | ${sysconfdir}/init.d \ | 50 | ${sysconfdir}/init.d \ |
51 | ${libdir}/plugins" | 51 | ${libdir}/plugins" |
52 | FILES_${PN}-dev = "${libdir}/pkgconfig \ | 52 | FILES:${PN}-dev = "${libdir}/pkgconfig \ |
53 | ${includedir}" | 53 | ${includedir}" |
54 | FILES_${PN}-dbg += "${libdir}/plugins/.debug" | 54 | FILES:${PN}-dbg += "${libdir}/plugins/.debug" |