diff options
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb (renamed from meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb) | 18 |
1 files 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 index a5a314fb6..3019db7ab 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 \ | |||
9 | " | 9 | " |
10 | HOMEPAGE = "http://code.google.com/p/exfat/" | 10 | HOMEPAGE = "http://code.google.com/p/exfat/" |
11 | SECTION = "universe/otherosfs" | 11 | SECTION = "universe/otherosfs" |
12 | LICENSE = "GPLv3" | 12 | LICENSE = "GPLv2" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
14 | SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \ | 14 | SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \ |
15 | " | 15 | " |
16 | DEPENDS = "virtual/libc" | 16 | DEPENDS = "virtual/libc" |
17 | 17 | ||
18 | inherit scons | 18 | inherit pkgconfig autotools |
19 | 19 | ||
20 | SRC_URI[md5sum] = "e592130829d0bf61fa5e3cd1c759d329" | 20 | SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242" |
21 | SRC_URI[sha256sum] = "eeacedca1878065dc3886674ae39cd51149c37bd7d6d7e9325c971a1d1acdab3" | 21 | SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea" |
22 | |||
23 | EXTRA_OESCONS = " \ | ||
24 | DESTDIR=${D}/${base_sbindir} \ | ||
25 | " | ||
26 | |||
27 | do_install_prepend() { | ||
28 | install -d ${D}/${base_sbindir} | ||
29 | } | ||