diff options
-rw-r--r-- | meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb b/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb index d401981ff..854df06cb 100644 --- a/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb +++ b/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb | |||
@@ -1,16 +1,16 @@ | |||
1 | SUMMARY = "Open source flash program for STM32 using the ST serial bootloader" | 1 | SUMMARY = "Open source flash program for STM32 using the ST serial bootloader" |
2 | HOMEPAGE = "https://sourceforge.net/projects/stm32flash/" | 2 | HOMEPAGE = "https://sourceforge.net/projects/stm32flash/" |
3 | BUGTRACKER = "https://sourceforge.net/p/stm32flash/tickets/" | 3 | BUGTRACKER = "https://sourceforge.net/p/stm32flash/tickets/" |
4 | LICENSE = "GPLv2" | 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 | inherit autotools-brokensep | 7 | S = "${WORKDIR}/${BPN}" |
8 | 8 | ||
9 | S = "${WORKDIR}/${PN}" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" |
10 | 10 | ||
11 | SRC_URI = "https://prdownloads.sourceforge.net/stm32flash/stm32flash-${PV}.tar.gz" | 11 | do_install() { |
12 | oe_runmake install DESTDIR=${D} PREFIX=${prefix} | ||
13 | } | ||
12 | 14 | ||
13 | SRC_URI[md5sum] = "40f673502949f3bb655d2bcc539d7b6a" | 15 | SRC_URI[md5sum] = "40f673502949f3bb655d2bcc539d7b6a" |
14 | SRC_URI[sha256sum] = "97aa9422ef02e82f7da9039329e21a437decf972cb3919ad817f70ac9a49e306" | 16 | SRC_URI[sha256sum] = "97aa9422ef02e82f7da9039329e21a437decf972cb3919ad817f70ac9a49e306" |
15 | |||
16 | FILES_${PN} = "/usr/local/bin/stm32flash" | ||