From fe7ffc3a4733582e4ecabb0a37144af7dadc5f2f Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 1 Apr 2016 17:53:18 +0800 Subject: exfat-utils: update to version 1.2.3 *License changed from GPLv3 to GPLv2 *Package now uses autotools instead of scons Signed-off-by: Anuj Mittal Signed-off-by: Martin Jansa --- .../recipes-utils/exfat-utils/exfat-utils_1.0.1.bb | 29 ---------------------- .../recipes-utils/exfat-utils/exfat-utils_1.2.3.bb | 21 ++++++++++++++++ 2 files changed, 21 insertions(+), 29 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb create mode 100644 meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb deleted file mode 100644 index a5a314fb60..0000000000 --- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb +++ /dev/null @@ -1,29 +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 = "http://code.google.com/p/exfat/" -SECTION = "universe/otherosfs" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \ -" -DEPENDS = "virtual/libc" - -inherit scons - -SRC_URI[md5sum] = "e592130829d0bf61fa5e3cd1c759d329" -SRC_URI[sha256sum] = "eeacedca1878065dc3886674ae39cd51149c37bd7d6d7e9325c971a1d1acdab3" - -EXTRA_OESCONS = " \ - DESTDIR=${D}/${base_sbindir} \ -" - -do_install_prepend() { - install -d ${D}/${base_sbindir} -} 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 new file mode 100644 index 0000000000..3019db7ab1 --- /dev/null +++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb @@ -0,0 +1,21 @@ +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 = "http://code.google.com/p/exfat/" +SECTION = "universe/otherosfs" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \ +" +DEPENDS = "virtual/libc" + +inherit pkgconfig autotools + +SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242" +SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea" -- cgit 1.2.3-korg