diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | 10b0ee82e63386185bc5a70758afebaecc0133e3 (patch) | |
tree | da91d2d52fd0fd09244249bd67259c3dfc1e125a /meta-oe/recipes-bsp | |
parent | c98b20e5a1cb121f9f8a9846364b740bfb05ecac (diff) | |
download | meta-openembedded-10b0ee82e63386185bc5a70758afebaecc0133e3.tar.gz |
lmsensors: add RECIPE_UPSTREAM_VERSION
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r-- | meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb index 454a69f40..f2354690b 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb | |||
@@ -16,6 +16,14 @@ SRC_URI = "https://github.com/groeck/lm-sensors/archive/V3-4-0.tar.gz \ | |||
16 | SRC_URI[md5sum] = "1e9f117cbfa11be1955adc96df71eadb" | 16 | SRC_URI[md5sum] = "1e9f117cbfa11be1955adc96df71eadb" |
17 | SRC_URI[sha256sum] = "e334c1c2b06f7290e3e66bdae330a5d36054701ffd47a5dde7a06f9a7402cb4e" | 17 | SRC_URI[sha256sum] = "e334c1c2b06f7290e3e66bdae330a5d36054701ffd47a5dde7a06f9a7402cb4e" |
18 | 18 | ||
19 | # It is using '-' but not '.' as delimiter for the version in the releases page, | ||
20 | # which causes the version comparison unmatched. | ||
21 | #UPSTREAM_CHECK_URI = "https://github.com/groeck/lm-sensors/releases" | ||
22 | |||
23 | RECIPE_UPSTREAM_VERSION = "3.4.0" | ||
24 | RECIPE_UPSTREAM_DATE = "Jun 25, 2015" | ||
25 | CHECK_DATE = "May 28, 2018" | ||
26 | |||
19 | inherit update-rc.d systemd | 27 | inherit update-rc.d systemd |
20 | 28 | ||
21 | RDEPENDS_${PN}-dev = "" | 29 | RDEPENDS_${PN}-dev = "" |