diff options
| -rw-r--r-- | meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.4.1.bb | 4 |
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 | |||
| 18 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 18 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 19 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | 19 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" |
| 20 | 20 | ||
| 21 | inherit autotools ptest | 21 | inherit autotools ptest pkgconfig |
| 22 | |||
| 23 | DEPENDS += "util-linux" | ||
| 22 | 24 | ||
| 23 | RPROVIDES:${PN} = "exfat-utils" | 25 | RPROVIDES:${PN} = "exfat-utils" |
| 24 | RCONFLICTS:${PN} = "exfat-utils" | 26 | RCONFLICTS:${PN} = "exfat-utils" |
