2014-04-08 17:05:08 +02:00
|
|
|
DESCRIPTION = "Unified Memory Provider userspace API source code needed for xf86-video-mali compilation"
|
|
|
|
|
2022-09-09 13:59:47 +02:00
|
|
|
LICENSE = "Apache-2.0"
|
2014-04-08 17:05:08 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://debian/copyright;md5=edf7fb6071cae7ec80d537a05ee17198"
|
|
|
|
|
|
|
|
inherit autotools
|
|
|
|
|
|
|
|
PV = "r4p0-00rel0+git${SRCPV}"
|
2021-08-23 18:39:23 +02:00
|
|
|
SRCREV = "ec0680628744f30b8fac35e41a7bd8e23e59c39f"
|
2014-04-08 17:05:08 +02:00
|
|
|
|
2022-01-02 19:47:17 +01:00
|
|
|
SRC_URI = "git://github.com/linux-sunxi/libump.git;protocol=https;branch=master"
|
2014-04-08 17:05:08 +02:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
|