[oe-commits] [meta-openembedded] 65/67: exfat-utils: update to version 1.2.3

git at git.openembedded.org git at git.openembedded.org
Fri Apr 1 13:45:04 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 1bbee4245b9fdddebadf2810e6dbbbaeebe4a16e
Author: Anuj Mittal <anujx.mittal at intel.com>
AuthorDate: Fri Apr 1 17:53:18 2016 +0800

    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 <anujx.mittal at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../{exfat-utils_1.0.1.bb => exfat-utils_1.2.3.bb}     | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

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.2.3.bb
similarity index 64%
rename from meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb
rename to meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
index a5a314f..3019db7 100644
--- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb
+++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
@@ -9,21 +9,13 @@ contains \
 "
 HOMEPAGE = "http://code.google.com/p/exfat/"
 SECTION = "universe/otherosfs"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+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 scons
+inherit pkgconfig autotools
 
-SRC_URI[md5sum] = "e592130829d0bf61fa5e3cd1c759d329"
-SRC_URI[sha256sum] = "eeacedca1878065dc3886674ae39cd51149c37bd7d6d7e9325c971a1d1acdab3"
-
-EXTRA_OESCONS = " \
-    DESTDIR=${D}/${base_sbindir} \
-"
-
-do_install_prepend() {
-    install -d ${D}/${base_sbindir}
-}
+SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242"
+SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list