mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user