diff options
-rw-r--r-- | meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb b/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb index 5761844f81..2f4eb9e58e 100644 --- a/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb +++ b/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb | |||
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | |||
9 | 9 | ||
10 | SECTION = "base" | 10 | SECTION = "base" |
11 | 11 | ||
12 | DEPENDS = "btrfs-tools" | ||
13 | |||
14 | SRC_URI = "git://github.com/kdave/${BPN};branch=master;protocol=https \ | 12 | SRC_URI = "git://github.com/kdave/${BPN};branch=master;protocol=https \ |
15 | file://0001-change-sysconfig-path-to-etc-default.patch \ | 13 | file://0001-change-sysconfig-path-to-etc-default.patch \ |
16 | file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \ | 14 | file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \ |
@@ -20,9 +18,9 @@ SRCREV = "be42cb6267055d125994abd6927cf3a26deab74c" | |||
20 | UPSTREAM_CHECK_URI = "https://github.com/kdave/${BPN}/tags" | 18 | UPSTREAM_CHECK_URI = "https://github.com/kdave/${BPN}/tags" |
21 | UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)" | 19 | UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)" |
22 | 20 | ||
23 | RDEPENDS:${PN} = "bash" | 21 | RDEPENDS:${PN} = "bash btrfs-tools" |
24 | 22 | ||
25 | S="${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
26 | 24 | ||
27 | inherit allarch | 25 | inherit allarch |
28 | 26 | ||