diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 16:38:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:33 +0000 |
commit | 3e75c62cc3156a46fcc91e97423762e53ee3fc75 (patch) | |
tree | 080af8904d489605878b82af06e71bfd6827e852 | |
parent | 9bb4d21aa778d7b0266d9cb4bbe8a17faecbbea2 (diff) | |
download | poky-3e75c62cc3156a46fcc91e97423762e53ee3fc75.tar.gz |
btrfs-tools: update to 4.8.2
Add udev dependency as btrfs-tools installs a udev rule.
(From OE-Core rev: fa975530db25667669c4e711b80d73e6615a7688)
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>
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb index e7fd24d1bf..818951c767 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb | |||
@@ -10,10 +10,10 @@ HOMEPAGE = "https://btrfs.wiki.kernel.org" | |||
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" |
12 | SECTION = "base" | 12 | SECTION = "base" |
13 | DEPENDS = "util-linux attr e2fsprogs lzo acl" | 13 | DEPENDS = "util-linux attr e2fsprogs lzo acl udev" |
14 | RDEPENDS_${PN} = "libgcc" | 14 | RDEPENDS_${PN} = "libgcc" |
15 | 15 | ||
16 | SRCREV = "d8d0a60406b14b140e83a8c0d5eaedb5dca44092" | 16 | SRCREV = "08d31c1c7ca5a6bb4e6485fa118c552c938e9efb" |
17 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 17 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ |
18 | " | 18 | " |
19 | 19 | ||