]> code.ossystems Code Review - openembedded-core.git/commitdiff
libdrm: Add missing DEPENDS on pthread-stubs
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 19:21:12 +0000 (19:21 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 19:21:12 +0000 (19:21 +0000)
meta/packages/drm/libdrm_2.4.0.bb
meta/packages/drm/libdrm_git.bb

index 9caf9b4bea80616c61d1991dc7163b4cb8f8416a..8b1734ce9020875264abc30f89ad5aeaf64c0aea 100644 (file)
@@ -2,6 +2,7 @@ SECTION = "x11/base"
 LICENSE = "MIT"
 SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
 PROVIDES = "drm"
+DEPENDS = "pthread-stubs"
 
 inherit autotools pkgconfig
 
index e05e16bb043f13d19fe2c603432581b7202b9ea3..dfb32ff6cb416d11710c4a97a52fd0ff2902c3d1 100644 (file)
@@ -5,6 +5,8 @@ PROVIDES = "drm"
 
 S = ${WORKDIR}/git
 
+DEPENDS = "pthread-stubs"
+
 PR = "r0"
 PV = "2.4.0+git${SRCREV}"