]> code.ossystems Code Review - openembedded-core.git/commitdiff
btrfs-tools: update to 4.8.2
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 18 Oct 2016 13:38:50 +0000 (16:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Nov 2016 23:35:18 +0000 (23:35 +0000)
Add udev dependency as btrfs-tools installs a udev rule.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb [moved from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.1.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb
index e7fd24d1bfaf5c410ad6e734b5b3388ff56c226d..818951c7673a3daceae52fb18da43bd600d2b4f8 100644 (file)
@@ -10,10 +10,10 @@ HOMEPAGE = "https://btrfs.wiki.kernel.org"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
 SECTION = "base"
-DEPENDS = "util-linux attr e2fsprogs lzo acl"
+DEPENDS = "util-linux attr e2fsprogs lzo acl udev"
 RDEPENDS_${PN} = "libgcc"
 
-SRCREV = "d8d0a60406b14b140e83a8c0d5eaedb5dca44092"
+SRCREV = "08d31c1c7ca5a6bb4e6485fa118c552c938e9efb"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
 "