summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-04-26 08:06:03 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-04-30 11:59:29 -0400
commit5b08302b8885b7a3d8670ecc92a609a29a197606 (patch)
tree0059b6fc54d208f6f8e527ff77072d17092af838
parent51617eac0cdd959918564ee4cc5442048cff51d9 (diff)
downloadmeta-ti-2012.05-yocto1.2.tar.gz
libgles-omap3: add missing libdrm dependencyv2012.05-yocto1.2
dpkg-deb -I shows: Package: libgles-omap3 Version: 4.05.00.03-r26 Depends: libgles-omap3-flipwsegl, devmem2, update-rc.d, libdrm2 (>= 2.4.31), libgles-omap3-linuxfbwsegl, fbset, libc6 (>= 2.12), libgles-omap3-blitwsegl, libgles-omap3-frontwsegl 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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc
index fbd931f1..93cb0911 100644
--- a/recipes-graphics/libgles/libgles-omap3.inc
+++ b/recipes-graphics/libgles/libgles-omap3.inc
@@ -3,11 +3,11 @@ 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
4LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" 4LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
5 5
6PR = "r26" 6PR = "r27"
7 7
8COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" 8COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)"
9 9
10DEPENDS = "virtual/libx11 libxau libxdmcp" 10DEPENDS = "virtual/libx11 libxau libxdmcp libdrm"
11 11
12PROVIDES += "virtual/egl" 12PROVIDES += "virtual/egl"
13 13