1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

drm: Fix libpthreads-stubs name in DEPENDS

This commit is contained in:
Richard Purdie
2008-11-04 21:26:52 +00:00
parent 510d5d7f4d
commit 94b399858d
2 changed files with 2 additions and 2 deletions
+1 -1
View 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
+1 -1
View File
@@ -5,7 +5,7 @@ PROVIDES = "drm"
S = ${WORKDIR}/git
DEPENDS = "pthread-stubs"
DEPENDS = "libpthread-stubs"
PR = "r0"
PV = "2.4.0+git${SRCREV}"