summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.4.1.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.4.1.bb
index 82d2e987ef..89603a8c5b 100644
--- a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.4.1.bb
+++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.4.1.bb
@@ -18,7 +18,9 @@ SRC_URI[sha256sum] = "85c133e8802cbc1191bff2477a67b376192dfb9f94bb254c05dbae79fd
18UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" 18UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
19UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" 19UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
20 20
21inherit autotools ptest 21inherit autotools ptest pkgconfig
22
23DEPENDS += "util-linux"
22 24
23RPROVIDES:${PN} = "exfat-utils" 25RPROVIDES:${PN} = "exfat-utils"
24RCONFLICTS:${PN} = "exfat-utils" 26RCONFLICTS:${PN} = "exfat-utils"