diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-02 17:00:03 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 08:55:54 +0200 |
| commit | 2c7a05b09170dcac9b5f836fddfd0806208e5b17 (patch) | |
| tree | 8d3b7209ccb124200de5cc49800328c99c019952 /meta-oe/recipes-support/ntfs-3g-ntfsprogs | |
| parent | 6c5e6ee170662b13ec5b9d87a48067e3b3bdbadf (diff) | |
| download | meta-openembedded-2c7a05b09170dcac9b5f836fddfd0806208e5b17.tar.gz | |
ntfs-3g-ntfsprogs: add version 2011.4.12
This recipe is a merge of ntfs-3g and ntfsprogs thus the provides
entries.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-oe/recipes-support/ntfs-3g-ntfsprogs')
| -rw-r--r-- | meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb new file mode 100644 index 0000000000..db5686e7d6 --- /dev/null +++ b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support." | ||
| 2 | HOMEPAGE = "http://www.ntfs-3g.org/" | ||
| 3 | DEPENDS = "fuse libgcrypt" | ||
| 4 | PROVIDES = "ntfsprogs ntfs-3g" | ||
| 5 | LICENSE = "GPLv2 & LGPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
| 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | ||
| 8 | PR = "r0" | ||
| 9 | |||
| 10 | SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz" | ||
| 11 | S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "9c4ce318373b15332239a77a9d2a39fe" | ||
| 14 | SRC_URI[sha256sum] = "aa8c747f0bfe819b2387b05e12db8d35e4ac96dcb2432873a0b939e248b2ee05" | ||
| 15 | |||
| 16 | inherit autotools | ||
| 17 | |||
| 18 | # required or it calls ldconfig at install step | ||
| 19 | EXTRA_OEMAKE = "LDCONFIG=echo" | ||
| 20 | |||
| 21 | PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" | ||
| 22 | |||
| 23 | FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g*" | ||
| 24 | RDEPENDS_ntfs-3g += "fuse" | ||
| 25 | |||
| 26 | FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" | ||
| 27 | FILES_libntfs-3g = "${libdir}/*${SOLIBS}" | ||
