mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
libdri2: fix PV
And clean up recipe as well. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
05b450a022
commit
985f6cc0a1
@ -1,13 +1,12 @@
|
||||
|
||||
DESCRIPTION = "Library for the DRI2 extension to the X Window System"
|
||||
|
||||
PR = "2"
|
||||
|
||||
DEPENDS = "libdrm libxext xextproto libxfixes"
|
||||
|
||||
LICENSE = "MIT-X"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
|
||||
|
||||
DEPENDS = "libdrm libxext xextproto libxfixes"
|
||||
|
||||
PE = "1"
|
||||
PV = "1.0.0+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/robclark/libdri2.git;protocol=http;branch=master"
|
||||
|
||||
SRCREV_pn-${PN} = "4f1eef3183df2b270c3d5cbef07343ee5127a6a4"
|
||||
|
Loading…
Reference in New Issue
Block a user