mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
ca11a291ee
commit
8636b63752
|
@ -25,9 +25,6 @@ do_install () {
|
|||
install -d ${D}${bindir}
|
||||
cp -R bin/* ${D}${bindir}
|
||||
|
||||
install -d ${D}${sbindir}
|
||||
cp -R sbin/* ${D}${sbindir}
|
||||
|
||||
install -d ${D}${libdir}
|
||||
# note: -H option to deref symlinked .so
|
||||
cp -R -H lib/* ${D}${libdir}
|
||||
|
@ -49,7 +46,6 @@ INITSCRIPT_NAME = "vchiq.sh"
|
|||
INITSCRIPT_PARAMS = "start 03 S ."
|
||||
|
||||
FILES_${PN} = "${bindir}/* \
|
||||
${sbindir}/* \
|
||||
${libdir}/lib*.so \
|
||||
${sysconfdir}/init.d \
|
||||
${libdir}/plugins"
|
||||
|
|
Loading…
Reference in New Issue
Block a user