]> code.ossystems Code Review - openembedded-core.git/commitdiff
drm: Fix libpthreads-stubs name in DEPENDS
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 21:26:52 +0000 (21:26 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 21:26:52 +0000 (21:26 +0000)
meta/packages/drm/libdrm_2.4.0.bb
meta/packages/drm/libdrm_git.bb

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