diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-07-01 07:42:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-01 08:09:38 -0700 |
commit | 63a5e79e6dfe1094e8b94dbcc0bc871ce900bfad (patch) | |
tree | f87d97339030127b0334e88038cb4763e7c95dcb /meta-oe | |
parent | e2a4d4add495f29fe6c5629c34472e2d76497b5a (diff) | |
download | meta-openembedded-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.bb | 2 |
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 b44b03ce8..085aaae12 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" | |||
8 | DEPENDS = "freetype " | 8 | DEPENDS = "freetype " |
9 | PROVIDES = "virtual/imlib2" | 9 | PROVIDES = "virtual/imlib2" |
10 | PV = "1.7.1" | 10 | PV = "1.7.1" |
11 | SRCREV = "v1.7.1" | 11 | SRCREV = "01424487e360383a039dc123bc2a345fe7ea2535" |
12 | 12 | ||
13 | inherit autotools pkgconfig lib_package | 13 | inherit autotools pkgconfig lib_package |
14 | 14 | ||