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>
15 lines
399 B
BlitzBasic
15 lines
399 B
BlitzBasic
DESCRIPTION = "Unified Memory Provider userspace API source code needed for xf86-video-mali compilation"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://debian/copyright;md5=edf7fb6071cae7ec80d537a05ee17198"
|
|
|
|
inherit autotools
|
|
|
|
PV = "r4p0-00rel0+git${SRCPV}"
|
|
SRCREV = "ec0680628744f30b8fac35e41a7bd8e23e59c39f"
|
|
|
|
SRC_URI = "git://github.com/linux-sunxi/libump.git;protocol=https;branch=master"
|
|
|
|
|
|
|