diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-22 10:09:03 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-22 10:09:03 +0200 |
commit | 847346ea03ea474a9f19b4dc41ab11679af110e4 (patch) | |
tree | 8151cfa00e1cb15d40c3775610b348c8f96d50c6 /recipes-graphics/libgles | |
parent | daba835a446ddfbd757d67edea3197beba3f2e9c (diff) | |
download | meta-ti-847346ea03ea474a9f19b4dc41ab11679af110e4.tar.gz |
libgles-omap3: drag in 'initscripts' to make cputype work
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc index 2868fabe..66b37044 100644 --- a/recipes-graphics/libgles/libgles-omap3.inc +++ b/recipes-graphics/libgles/libgles-omap3.inc | |||
@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary" | |||
3 | # 'TSPA.txt' might not be the best file to md5sum | 3 | # 'TSPA.txt' might not be the best file to md5sum |
4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" | 4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" |
5 | 5 | ||
6 | PR = "r15" | 6 | PR = "r16" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti816x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti816x)" |
9 | 9 | ||
@@ -228,6 +228,8 @@ FILES_${PN}-linuxfbwsegl = "${libdir}/libpvrPVR2D_LINUXFBWSEGL.so.* ${libdir}/*/ | |||
228 | FILES_${PN}-x11wsegl = "${libdir}/libpvrPVR2D_X11WSEGL.so* ${libdir}/*/libpvrPVR2D_X11WSEGL.so*" | 228 | FILES_${PN}-x11wsegl = "${libdir}/libpvrPVR2D_X11WSEGL.so* ${libdir}/*/libpvrPVR2D_X11WSEGL.so*" |
229 | 229 | ||
230 | CONFFILES_${PN} = "${sysconfdir}/powervr.ini" | 230 | CONFFILES_${PN} = "${sysconfdir}/powervr.ini" |
231 | # 'cputype' uses /etc/init.d/functions | ||
232 | RRECOMMENDS_${PN} += "initscripts" | ||
231 | 233 | ||
232 | FILES_${PN} = "${sysconfdir} ${libdir}/lib*.so.* ${libdir}/ES*/* ${bindir}/pvrsrvinit ${bindir}/cputype ${bindir}/*/*" | 234 | FILES_${PN} = "${sysconfdir} ${libdir}/lib*.so.* ${libdir}/ES*/* ${bindir}/pvrsrvinit ${bindir}/cputype ${bindir}/*/*" |
233 | FILES_xserver-kdrive-powervrsgx = "${bindir}/Xsgx" | 235 | FILES_xserver-kdrive-powervrsgx = "${bindir}/Xsgx" |