summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/vc-graphics/vc-graphics.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/vc-graphics/vc-graphics.inc')
-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"