aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-07-01 07:42:55 -0700
committerKhem Raj <raj.khem@gmail.com>2021-07-01 08:09:38 -0700
commit63a5e79e6dfe1094e8b94dbcc0bc871ce900bfad (patch)
treef87d97339030127b0334e88038cb4763e7c95dcb /meta-oe
parente2a4d4add495f29fe6c5629c34472e2d76497b5a (diff)
downloadmeta-openembedded-contrib-63a5e79e6dfe1094e8b94dbcc0bc871ce900bfad.tar.gz
imlib2: Use propert git SHA in SRCREV
Using tags still results in bitbake enquiring the repo upstream for updates, since tags can move so it has to check this rightly and it behaves like AUTOREV Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/imlib2/imlib2_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
index b44b03ce8e..085aaae128 100644
--- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
+++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
DEPENDS = "freetype "
PROVIDES = "virtual/imlib2"
PV = "1.7.1"
-SRCREV = "v1.7.1"
+SRCREV = "01424487e360383a039dc123bc2a345fe7ea2535"
inherit autotools pkgconfig lib_package