[meta-ti] Koen Kooi : libgles-omap3: add missing libdrm dependency
Arago Project git
git at arago-project.org
Mon Apr 30 08:59:52 PDT 2012
Module: meta-ti
Branch: master
Commit: 5b08302b8885b7a3d8670ecc92a609a29a197606
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=5b08302b8885b7a3d8670ecc92a609a29a197606
Author: Koen Kooi <koen at dominion.thruhere.net>
Date: Thu Apr 26 08:06:03 2012 +0200
libgles-omap3: add missing libdrm dependency
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 at dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
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 fbd931f..93cb091 100644
--- a/recipes-graphics/libgles/libgles-omap3.inc
+++ b/recipes-graphics/libgles/libgles-omap3.inc
@@ -3,11 +3,11 @@ LICENSE = "proprietary-binary"
# 'TSPA.txt' might not be the best file to md5sum
LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
-PR = "r26"
+PR = "r27"
COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)"
-DEPENDS = "virtual/libx11 libxau libxdmcp"
+DEPENDS = "virtual/libx11 libxau libxdmcp libdrm"
PROVIDES += "virtual/egl"
More information about the meta-ti
mailing list