summaryrefslogtreecommitdiffstats
path: root/recipes/dri/libdrm-glamo_git.bb
blob: 337cca9511d1be894c6ce8cec660ad2f2c1a4cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SECTION = "x11/base"
LICENSE = "MIT"
SRC_URI = "git://git.bitwiz.org.uk/libdrm.git;protocol=git;branch=glamo"
PROVIDES = "drm"
DEPENDS = "libpthread-stubs virtual/kernel"

PV=2.4.4+gitr${SRCPV}

DEFAULT_PREFERENCE = "-1"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}