From 337a419c0e9b6d3085ff88ae72072e654cb20901 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 11 Dec 2017 19:53:56 +0000 Subject: 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 --- recipes-graphics/userland/userland_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index d38b02d..bf0e672 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -5,8 +5,6 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" -PR = "r5" - PROVIDES = "virtual/libgles2 \ virtual/egl" @@ -18,6 +16,10 @@ SRCBRANCH = "master" SRCFORK = "raspberrypi" SRCREV = "bc3c52a51315399a9f31ed24049eb4bc81fd1c60" +# Use the date of the above commit as the package version. Update this when +# SRCREV is changed. +PV = "20171114" + SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ file://0001-Allow-applications-to-set-next-resource-handle.patch \ -- cgit v1.2.3-54-g00ecf