diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-03-13 18:51:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 03:38:49 -0700 |
commit | a158b458d63622a3cd1605124c380d2a130beda9 (patch) | |
tree | 12c076c1667ee60a7235e2a5034dc9f6800572ce /meta | |
parent | 54e0b3bfc132613902418be148a900b10f6d9e38 (diff) | |
download | openembedded-core-a158b458d63622a3cd1605124c380d2a130beda9.tar.gz openembedded-core-a158b458d63622a3cd1605124c380d2a130beda9.tar.bz2 openembedded-core-a158b458d63622a3cd1605124c380d2a130beda9.zip |
btrfs-tools: add RECIPE_NO_UPDATE_REASON
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb | 1 |
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 \ file://0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch \ " +RECIPE_NO_UPDATE_REASON = "Waiting for resolution of https://github.com/kdave/btrfs-progs/issues/109" inherit autotools-brokensep pkgconfig manpages CLEANBROKEN = "1" |