[meta-ti] [morty/master][PATCH] libgbm: depend on udev, as it uses libudev, cleanup

Denys Dmytriyenko denis at denix.org
Thu Mar 2 14:37:00 PST 2017


From: Denys Dmytriyenko <denys at ti.com>

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 recipes-graphics/gbm/libgbm_10.0.0.bb | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb
index a55074a..848a5f6 100644
--- a/recipes-graphics/gbm/libgbm_10.0.0.bb
+++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
@@ -1,8 +1,10 @@
-DESCRIPTION = "Userspace interface for the kernel GBM services."
-HOMEPAGE = "http://git.ti.com"
+SUMMARY = "Userspace interface for the kernel GBM services"
+HOMEPAGE = "http://git.ti.com/glsdk/libgbm.git"
+
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
-DEPENDS = "libdrm"
+
+DEPENDS = "libdrm udev"
 
 inherit autotools pkgconfig
 
-- 
2.7.4



More information about the meta-ti mailing list