Files
poky/meta/packages/drm/libdrm_git.bb
2008-11-04 21:26:52 +00:00

20 lines
302 B
BlitzBasic

SECTION = "x11/base"
LICENSE = "MIT"
SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git"
PROVIDES = "drm"
S = ${WORKDIR}/git
DEPENDS = "libpthread-stubs"
PR = "r0"
PV = "2.4.0+git${SRCREV}"
LEAD_SONAME = "libdrm.so"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}