From c8a84d27ccfa6a4f549a24d3f3db743cd596504d Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 15 Mar 2020 14:11:26 +0100 Subject: flashrom: upgrade 1.1 -> 1.2 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/flashrom/flashrom_1.1.bb | 19 ------------------- meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-bsp/flashrom/flashrom_1.1.bb create mode 100644 meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.1.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.1.bb deleted file mode 100644 index 074a1a5f69..0000000000 --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" -LICENSE = "GPLv2" -HOMEPAGE = "http://flashrom.org" - -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -DEPENDS = "pciutils libusb libusb-compat" - -SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.bz2 \ - " -SRC_URI[md5sum] = "91bab6c072e38a493bb4eb673e4fe0d6" -SRC_URI[sha256sum] = "aeada9c70c22421217c669356180c0deddd0b60876e63d2224e3260b90c14e19" - -S = "${WORKDIR}/flashrom-v${PV}" - -inherit pkgconfig - -do_install() { - oe_runmake PREFIX=${prefix} DESTDIR=${D} install -} diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb new file mode 100644 index 0000000000..17445ac2da --- /dev/null +++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" +LICENSE = "GPLv2" +HOMEPAGE = "http://flashrom.org" + +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +DEPENDS = "pciutils libusb libusb-compat" + +SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.bz2 \ + " +SRC_URI[md5sum] = "7f8e4b87087eb12ecee0fcc5445b4956" +SRC_URI[sha256sum] = "e1f8d95881f5a4365dfe58776ce821dfcee0f138f75d0f44f8a3cd032d9ea42b" + +S = "${WORKDIR}/flashrom-v${PV}" + +inherit pkgconfig + +do_install() { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install +} -- cgit v1.2.3-54-g00ecf