[oe-commits] Martin Jansa : libdrm_2.4.18: add missing dependency libpthread-stubs

git version control git at git.openembedded.org
Thu May 27 18:22:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 475aedbc9b78a104ff9c48f95d7b8f735cd6951c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=475aedbc9b78a104ff9c48f95d7b8f735cd6951c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu May 27 20:05:26 2010 +0200

libdrm_2.4.18: add missing dependency libpthread-stubs

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/dri/libdrm_2.4.18.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/dri/libdrm_2.4.18.bb b/recipes/dri/libdrm_2.4.18.bb
index e3bb393..27c82c2 100644
--- a/recipes/dri/libdrm_2.4.18.bb
+++ b/recipes/dri/libdrm_2.4.18.bb
@@ -1,5 +1,7 @@
 require libdrm.inc
 
+DEPENDS = "libpthread-stubs"
+
 PR = "${INC_PR}.0"
 
 SRC_URI[md5sum] = "d2b5fbfd37742af7d2169f7d26ce3007"





More information about the Openembedded-commits mailing list