From 700e1ae17379b56d1289b060ec1e61c2184ab9dc Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Mon, 15 Jul 2019 16:49:01 +0200 Subject: exfat-utils: update 1.2.3 -> 1.3.0 1.2.3 is >3 years old now, and several bugfixes have been applied in the meanwhile. Signed-off-by: Luca Ceresoli Signed-off-by: Khem Raj --- .../recipes-utils/exfat-utils/exfat-utils_1.2.3.bb | 22 ---------------------- .../recipes-utils/exfat-utils/exfat-utils_1.3.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb create mode 100644 meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb (limited to 'meta-filesystems/recipes-utils') diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb deleted file mode 100644 index f423a248c2..0000000000 --- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "utilities to create, check, label and dump exFAT filesystem" -DESCRIPTION = "Utilities to manage extended file allocation table filesystem. \ -This package provides tools to create, check and label the filesystem. It \ -contains \ - - dumpexfat to dump properties of the filesystem \ - - exfatfsck / fsck.exfat to report errors found on a exFAT filesystem \ - - exfatlabel to label a exFAT filesystem \ - - mkexfatfs / mkfs.exfat to create a exFAT filesystem. \ -" -HOMEPAGE = "https://github.com/relan/exfat" -SECTION = "universe/otherosfs" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" - -DEPENDS = "virtual/libc" - -inherit pkgconfig autotools - -SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242" -SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea" diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb new file mode 100644 index 0000000000..1f2bfa6a0c --- /dev/null +++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "utilities to create, check, label and dump exFAT filesystem" +DESCRIPTION = "Utilities to manage extended file allocation table filesystem. \ +This package provides tools to create, check and label the filesystem. It \ +contains \ + - dumpexfat to dump properties of the filesystem \ + - exfatfsck / fsck.exfat to report errors found on a exFAT filesystem \ + - exfatlabel to label a exFAT filesystem \ + - mkexfatfs / mkfs.exfat to create a exFAT filesystem. \ +" +HOMEPAGE = "https://github.com/relan/exfat" +SECTION = "universe/otherosfs" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" + +DEPENDS = "virtual/libc" + +inherit pkgconfig autotools + +SRC_URI[md5sum] = "f8928571b152455e828ca0bd42af8b73" +SRC_URI[sha256sum] = "dfebd07a7b907e2d603d3a9626e6440bd43ec6c4e8c07ccfc57ce9502b724835" -- cgit 1.2.3-korg