mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
userland: Use commit date as PV
This gives us a package version which can be reliably expected to move forwards not backwards. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
parent
9bf918014b
commit
337a419c0e
|
@ -5,8 +5,6 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG."
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196"
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196"
|
||||||
|
|
||||||
PR = "r5"
|
|
||||||
|
|
||||||
PROVIDES = "virtual/libgles2 \
|
PROVIDES = "virtual/libgles2 \
|
||||||
virtual/egl"
|
virtual/egl"
|
||||||
|
|
||||||
|
@ -18,6 +16,10 @@ SRCBRANCH = "master"
|
||||||
SRCFORK = "raspberrypi"
|
SRCFORK = "raspberrypi"
|
||||||
SRCREV = "bc3c52a51315399a9f31ed24049eb4bc81fd1c60"
|
SRCREV = "bc3c52a51315399a9f31ed24049eb4bc81fd1c60"
|
||||||
|
|
||||||
|
# Use the date of the above commit as the package version. Update this when
|
||||||
|
# SRCREV is changed.
|
||||||
|
PV = "20171114"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
|
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
|
||||||
file://0001-Allow-applications-to-set-next-resource-handle.patch \
|
file://0001-Allow-applications-to-set-next-resource-handle.patch \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user