diff options
author | dir <dir@ableton.com> | 2019-06-13 10:44:34 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-24 18:10:14 +0100 |
commit | 8636b6375251ea9553639dcb8bdd985e54c4bc36 (patch) | |
tree | 9d5823e619ffc049a326dfa6d9bd17e10168b235 /recipes-graphics | |
parent | ca11a291eee452ef5f7a60505fb3f540504c0e59 (diff) | |
download | meta-raspberrypi-8636b6375251ea9553639dcb8bdd985e54c4bc36.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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/vc-graphics/vc-graphics.inc | 4 |
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" | |||
49 | INITSCRIPT_PARAMS = "start 03 S ." | 46 | INITSCRIPT_PARAMS = "start 03 S ." |
50 | 47 | ||
51 | FILES_${PN} = "${bindir}/* \ | 48 | FILES_${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" |