mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
libdrm: Add missing DEPENDS on pthread-stubs
This commit is contained in:
@@ -2,6 +2,7 @@ SECTION = "x11/base"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
|
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
|
||||||
PROVIDES = "drm"
|
PROVIDES = "drm"
|
||||||
|
DEPENDS = "pthread-stubs"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ PROVIDES = "drm"
|
|||||||
|
|
||||||
S = ${WORKDIR}/git
|
S = ${WORKDIR}/git
|
||||||
|
|
||||||
|
DEPENDS = "pthread-stubs"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
PV = "2.4.0+git${SRCREV}"
|
PV = "2.4.0+git${SRCREV}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user