summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordir <dir@ableton.com>2019-06-13 10:44:34 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit8d9275d75329b5bd2d1322f7f6092d233cb8e086 (patch)
tree085f2c0a3f9554339d8f8c5001e238f297b26c3d
parent510f7c8672d6502d9be9eae2551c6f9373e1e355 (diff)
downloadmeta-raspberrypi-8d9275d75329b5bd2d1322f7f6092d233cb8e086.tar.gz
vc-graphics: Don't install sbin directory
Newer versions of the PI firmware don't contain a sbin directory anymore. This patch removes the then failing attempt at installing. Signed-off-by: Diez Roggisch <diez.roggisch@ableton.com>
-rw-r--r--recipes-graphics/vc-graphics/vc-graphics.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-graphics/vc-graphics/vc-graphics.inc b/recipes-graphics/vc-graphics/vc-graphics.inc
index cd0d57b..4d8b282 100644
--- a/recipes-graphics/vc-graphics/vc-graphics.inc
+++ b/recipes-graphics/vc-graphics/vc-graphics.inc
@@ -25,9 +25,6 @@ do_install () {
25 install -d ${D}${bindir} 25 install -d ${D}${bindir}
26 cp -R bin/* ${D}${bindir} 26 cp -R bin/* ${D}${bindir}
27 27
28 install -d ${D}${sbindir}
29 cp -R sbin/* ${D}${sbindir}
30
31 install -d ${D}${libdir} 28 install -d ${D}${libdir}
32 # note: -H option to deref symlinked .so 29 # note: -H option to deref symlinked .so
33 cp -R -H lib/* ${D}${libdir} 30 cp -R -H lib/* ${D}${libdir}
@@ -49,7 +46,6 @@ INITSCRIPT_NAME = "vchiq.sh"
49INITSCRIPT_PARAMS = "start 03 S ." 46INITSCRIPT_PARAMS = "start 03 S ."
50 47
51FILES_${PN} = "${bindir}/* \ 48FILES_${PN} = "${bindir}/* \
52 ${sbindir}/* \
53 ${libdir}/lib*.so \ 49 ${libdir}/lib*.so \
54 ${sysconfdir}/init.d \ 50 ${sysconfdir}/init.d \
55 ${libdir}/plugins" 51 ${libdir}/plugins"