mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00: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:
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
|||||||
|
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
||||||
DEPENDS = "btrfs-tools"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/kdave/${BPN};branch=master;protocol=https \
|
SRC_URI = "git://github.com/kdave/${BPN};branch=master;protocol=https \
|
||||||
file://0001-change-sysconfig-path-to-etc-default.patch \
|
file://0001-change-sysconfig-path-to-etc-default.patch \
|
||||||
file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.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_URI = "https://github.com/kdave/${BPN}/tags"
|
||||||
UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)"
|
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
|
inherit allarch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user