diff options
author | Paul Barker <pbarker@toganlabs.com> | 2017-12-11 19:53:56 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-12-18 19:20:43 +0000 |
commit | 337a419c0e9b6d3085ff88ae72072e654cb20901 (patch) | |
tree | f752b31b1e0fe2526dacb892f73f6b23fedae8cf /recipes-graphics | |
parent | 9bf918014bbf1df7b2f4844cc5e70532a625f887 (diff) | |
download | meta-raspberrypi-337a419c0e9b6d3085ff88ae72072e654cb20901.tar.gz |
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 6 |
1 files 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." | |||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" | 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" |
7 | 7 | ||
8 | PR = "r5" | ||
9 | |||
10 | PROVIDES = "virtual/libgles2 \ | 8 | PROVIDES = "virtual/libgles2 \ |
11 | virtual/egl" | 9 | virtual/egl" |
12 | 10 | ||
@@ -18,6 +16,10 @@ SRCBRANCH = "master" | |||
18 | SRCFORK = "raspberrypi" | 16 | SRCFORK = "raspberrypi" |
19 | SRCREV = "bc3c52a51315399a9f31ed24049eb4bc81fd1c60" | 17 | SRCREV = "bc3c52a51315399a9f31ed24049eb4bc81fd1c60" |
20 | 18 | ||
19 | # Use the date of the above commit as the package version. Update this when | ||
20 | # SRCREV is changed. | ||
21 | PV = "20171114" | ||
22 | |||
21 | SRC_URI = "\ | 23 | SRC_URI = "\ |
22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 24 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |
23 | file://0001-Allow-applications-to-set-next-resource-handle.patch \ | 25 | file://0001-Allow-applications-to-set-next-resource-handle.patch \ |