mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-12-24 05:56:40 +01:00
Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX
is set to match S from bitbake.conf (which itself is set to match typical tarball
releases).
https://git.openembedded.org/openembedded-core/commit/?id=f80c07019ddadaf9c5fb890faabfda7920ecd15e
https://git.openembedded.org/openembedded-core/commit/?id=46480a5e66747a673041fe4452a0ab14a1736d5e
Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
17 lines
409 B
BlitzBasic
17 lines
409 B
BlitzBasic
DESCRIPTION = "Library for the DRI2 extension to the X Window System"
|
|
|
|
LICENSE = "MIT-CMU"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
|
|
|
|
DEPENDS = "libdrm libxext libxfixes xorgproto"
|
|
|
|
PE = "1"
|
|
PV = "1.0.0+git${SRCPV}"
|
|
SRC_URI = "git://github.com/robclark/libdri2.git;protocol=http;branch=master"
|
|
|
|
SRCREV = "4f1eef3183df2b270c3d5cbef07343ee5127a6a4"
|
|
|
|
|
|
inherit autotools pkgconfig
|
|
|