summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
index 3019db7ab..440f33618 100644
--- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
+++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
@@ -11,8 +11,9 @@ HOMEPAGE = "http://code.google.com/p/exfat/"
11SECTION = "universe/otherosfs" 11SECTION = "universe/otherosfs"
12LICENSE = "GPLv2" 12LICENSE = "GPLv2"
13LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 13LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
14SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \ 14
15" 15SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
16
16DEPENDS = "virtual/libc" 17DEPENDS = "virtual/libc"
17 18
18inherit pkgconfig autotools 19inherit pkgconfig autotools