diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-16 01:43:02 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-16 18:24:48 -0700 |
| commit | 066ed72c7118455905ad69a79ec378a2b4f759f0 (patch) | |
| tree | f4cba3f5ac42d6629a66946500e2554db0910934 /meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | |
| parent | 4554beebfdcef35cc6f49abc1c2784637f757237 (diff) | |
| download | meta-openembedded-066ed72c7118455905ad69a79ec378a2b4f759f0.tar.gz | |
digitemp: update to 3.7.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb')
| -rw-r--r-- | meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb new file mode 100644 index 0000000000..9fcc278d35 --- /dev/null +++ b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "read temperature sensors in a 1-Wire net" | ||
| 2 | SECTION = "util" | ||
| 3 | DEPENDS = "libusb1" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/bcl/digitemp" | ||
| 8 | |||
| 9 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | EXTRA_OEMAKE = "ds9097 ds9097u \ | ||
| 14 | SYSTYPE='Linux' \ | ||
| 15 | " | ||
| 16 | do_configure() { | ||
| 17 | rm -f digitemp_* | ||
| 18 | } | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | install -d ${D}${sbindir} | ||
| 22 | install -m 0755 digitemp_* ${D}${sbindir} | ||
| 23 | } | ||
