mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-23 07:23:19 +02:00
btrfsmaintenance: move btrfs-tools dependency from build-time to run-time
* it doesn't need btrfs-tools at build-time but I suspect it needs it at run-time Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8b38d87aeb
commit
2c13c93523
|
@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
|||
|
||||
SECTION = "base"
|
||||
|
||||
DEPENDS = "btrfs-tools"
|
||||
|
||||
SRC_URI = "git://github.com/kdave/${BPN};branch=master;protocol=https \
|
||||
file://0001-change-sysconfig-path-to-etc-default.patch \
|
||||
file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \
|
||||
|
@ -20,9 +18,9 @@ SRCREV = "be42cb6267055d125994abd6927cf3a26deab74c"
|
|||
UPSTREAM_CHECK_URI = "https://github.com/kdave/${BPN}/tags"
|
||||
UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)"
|
||||
|
||||
RDEPENDS:${PN} = "bash"
|
||||
RDEPENDS:${PN} = "bash btrfs-tools"
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit allarch
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user