summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-03-13 18:51:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-15 06:27:20 -0700
commit655b58c6204c691e2bec1959ca65c44ad357da49 (patch)
treed97eb45a83da4ae5f82ff70340610cc3766a6765 /meta/recipes-devtools/btrfs-tools
parent9390f907a9f183f2f9200fa00cd63cfb9851dbe1 (diff)
downloadpoky-655b58c6204c691e2bec1959ca65c44ad357da49.tar.gz
btrfs-tools: add RECIPE_NO_UPDATE_REASON
(From OE-Core rev: a158b458d63622a3cd1605124c380d2a130beda9) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb
index 31bbdb826d..bc157e2677 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb
@@ -20,6 +20,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
20 file://0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch \ 20 file://0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch \
21 " 21 "
22 22
23RECIPE_NO_UPDATE_REASON = "Waiting for resolution of https://github.com/kdave/btrfs-progs/issues/109"
23inherit autotools-brokensep pkgconfig manpages 24inherit autotools-brokensep pkgconfig manpages
24 25
25CLEANBROKEN = "1" 26CLEANBROKEN = "1"