[oe-commits] [meta-openembedded] 64/67: fuse-exfat: update to version 1.2.3

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


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

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

    fuse-exfat: update to version 1.2.3
    
    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>
---
 .../{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb}           | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
similarity index 65%
rename from meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
rename to meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
index 6a83ab2..639e33c 100644
--- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
+++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
@@ -12,15 +12,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \
 DEPENDS = "fuse virtual/libc"
 RRECOMMENDS_${PN} = "util-linux-mount"
 
-inherit scons
+inherit autotools pkgconfig
 
-SRC_URI[md5sum] = "b2a23c032661cb1c1da4514e7af33916"
-SRC_URI[sha256sum] = "198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e"
+SRC_URI[md5sum] = "fca71e6598f79d037a3c7c969cb5710c"
+SRC_URI[sha256sum] = "f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9"
 
-EXTRA_OESCONS = " \
-    CCFLAGS='${CCFLAGS} -std=c99' DESTDIR=${D}/${base_sbindir} \
-"
-
-do_install_prepend() {
-    install -d ${D}/${base_sbindir}
-}
+S = "${WORKDIR}/${PN}-${PV}"

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


More information about the Openembedded-commits mailing list