diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-22 16:51:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:08 +0000 |
commit | 40b76536f661cf11e773cfc926dcd1b82f14c1a6 (patch) | |
tree | d091b15506d8b6d65e7c822a9c88c145bb567b3f /meta/recipes-graphics | |
parent | f89ea6284258a1e7e06f6c9629bc4d4beff7ec71 (diff) | |
download | poky-40b76536f661cf11e773cfc926dcd1b82f14c1a6.tar.gz |
libepoxy: fix upstream version check
(From OE-Core rev: e5c5db953ad29d33a9916ceccb5da7851d67ea11)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb index bd0148e3e7..ee9f694cca 100644 --- a/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb | |||
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b" | |||
8 | SRC_URI = "https://github.com/anholt/${BPN}/releases/download/v1.4/${BP}.tar.xz" | 8 | SRC_URI = "https://github.com/anholt/${BPN}/releases/download/v1.4/${BP}.tar.xz" |
9 | SRC_URI[md5sum] = "d8d8cbf2beb64975d424fcc5167a2a38" | 9 | SRC_URI[md5sum] = "d8d8cbf2beb64975d424fcc5167a2a38" |
10 | SRC_URI[sha256sum] = "25a906b14a921bc2b488cfeaa21a00486fe92630e4a9dd346e4ecabeae52ab41" | 10 | SRC_URI[sha256sum] = "25a906b14a921bc2b488cfeaa21a00486fe92630e4a9dd346e4ecabeae52ab41" |
11 | UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases" | ||
11 | 12 | ||
12 | inherit autotools pkgconfig distro_features_check | 13 | inherit autotools pkgconfig distro_features_check |
13 | 14 | ||