diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-17 14:47:41 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-18 12:19:55 -0400 |
commit | 41053c22a786de9026b85b125554eea55d381a39 (patch) | |
tree | 5d1772e3373bb442910391706d2461b960cc3cbb | |
parent | 3a441d63e9ffddcb20615610c6d176230cdc90d0 (diff) | |
download | meta-ti-41053c22a786de9026b85b125554eea55d381a39.tar.gz |
libgles-omap3: fix RRECOMMENDS
The modules assignment overwrote the previous ones, leading to missing libraries.
Before:
Package: libgles-omap3
Recommends: omap3-sgx-modules
After:
Package: libgles-omap3
Recommends: omap3-sgx-modules, libgles-omap3-es8, libgles-omap3-es6, libgles-omap3-es5, libgles-omap3-es3, libgles-omap3-es2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc index 69254c13..fbd931f1 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 = "r25" | 6 | PR = "r26" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" |
9 | 9 | ||
@@ -320,7 +320,7 @@ FILES_${PN}-x11trainingcourses = "${bindir}/SGX/trainingcourses/X11/*" | |||
320 | RRECOMMENDS_${PN}-x11trainingcourses = "${PN}-x11wsegl" | 320 | RRECOMMENDS_${PN}-x11trainingcourses = "${PN}-x11wsegl" |
321 | 321 | ||
322 | # The libs need the kernel-modules | 322 | # The libs need the kernel-modules |
323 | RRECOMMENDS_${PN} = "omap3-sgx-modules" | 323 | RRECOMMENDS_${PN} += "omap3-sgx-modules" |
324 | 324 | ||
325 | # The initscript calls fbset, cputype calls devmem2 | 325 | # The initscript calls fbset, cputype calls devmem2 |
326 | RDEPENDS_${PN} += "fbset devmem2" | 326 | RDEPENDS_${PN} += "fbset devmem2" |