Files
poky/meta/recipes-graphics/xorg-proto/dri2proto_git.bb
Jackie Huang 88c5e10d62 remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the
default protocol for the fetcher, e.g. the default protocol for
git fetcher it git, "protocol=git" isn't needed.

(From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-30 16:23:46 +01:00

19 lines
509 B
BlitzBasic

require xorg-proto-common.inc
SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers"
DESCRIPTION = "This package provides the wire protocol for the Direct \
Rendering Ifnrastructure 2. DIR is required for may hardware \
accelerated OpenGL drivers."
SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4"
PV = "1.99.3+git${SRCPV}"
PR = "r2"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto"
LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3"
S = "${WORKDIR}/git"