diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-filesystems/recipes-filesystems/fuse-exfat | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/fuse-exfat')
-rw-r--r-- | meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb new file mode 100644 index 0000000000..f984c4bb77 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | SUMMARY = "read and write exFAT driver for FUSE" | ||
2 | DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ | ||
3 | extended file allocation table as a filesystem in userspace. A mounthelper \ | ||
4 | is provided unter the name mount.exfat-fuse. \ | ||
5 | " | ||
6 | HOMEPAGE = "http://code.google.com/p/exfat/" | ||
7 | SECTION = "universe/otherosfs" | ||
8 | LICENSE = "GPLv3" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ | ||
11 | " | ||
12 | DEPENDS = "fuse virtual/libc" | ||
13 | RRECOMMENDS_${PN} = "util-linux-mount" | ||
14 | |||
15 | inherit scons | ||
16 | |||
17 | SRC_URI[md5sum] = "7988a5111841593231f20af22153362d" | ||
18 | SRC_URI[sha256sum] = "12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758" | ||
19 | |||
20 | EXTRA_OESCONS = " \ | ||
21 | DESTDIR=${D}/${base_sbindir} \ | ||
22 | " | ||
23 | |||
24 | do_install_prepend() { | ||
25 | install -d ${D}/${base_sbindir} | ||
26 | } | ||