diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-20 20:11:26 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-21 23:37:54 -0800 |
commit | 849f461c5031e6c8c7428396ad5cab6ed293214b (patch) | |
tree | 8ac5e6391b9f726ca075011616cbf36698726a4c | |
parent | 138e4f59c36ecb0285e949dfd782b21e7a5fe6c2 (diff) | |
download | meta-openembedded-849f461c5031e6c8c7428396ad5cab6ed293214b.tar.gz |
stm32flash: update to 0.6
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/stm32flash/stm32flash_0.6.bb (renamed from meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb b/meta-oe/recipes-support/stm32flash/stm32flash_0.6.bb index 854df06cb7..195c0f5c27 100644 --- a/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb +++ b/meta-oe/recipes-support/stm32flash/stm32flash_0.6.bb | |||
@@ -4,13 +4,10 @@ BUGTRACKER = "https://sourceforge.net/p/stm32flash/tickets/" | |||
4 | LICENSE = "GPL-2.0+" | 4 | LICENSE = "GPL-2.0+" |
5 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | S = "${WORKDIR}/${BPN}" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" |
10 | 8 | ||
11 | do_install() { | 9 | do_install() { |
12 | oe_runmake install DESTDIR=${D} PREFIX=${prefix} | 10 | oe_runmake install DESTDIR=${D} PREFIX=${prefix} |
13 | } | 11 | } |
14 | 12 | ||
15 | SRC_URI[md5sum] = "40f673502949f3bb655d2bcc539d7b6a" | 13 | SRC_URI[sha256sum] = "ee9b40d4d3e5cd28b993e08ae2a2c3c559b6bea8730cd7e1d40727dedb1dda09" |
16 | SRC_URI[sha256sum] = "97aa9422ef02e82f7da9039329e21a437decf972cb3919ad817f70ac9a49e306" | ||