diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-12-09 09:36:49 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-14 09:11:19 +0000 |
| commit | 2b70a381ee737f1b265cfc417343a7e940c7a673 (patch) | |
| tree | 7c89b14e867ce15e74c7db801a06be4e0c28866f | |
| parent | 599eed2f3b363eb8e89b29da00921e02902242c1 (diff) | |
| download | poky-2b70a381ee737f1b265cfc417343a7e940c7a673.tar.gz | |
btrfs-tools: Update to 3.12
(From OE-Core rev: cd3df9fd31c206a7222bc227f545021241514eec)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index 066153b797..7ecce60763 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | |||
| @@ -12,13 +12,13 @@ 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" |
| 14 | 14 | ||
| 15 | SRCREV = "e9ac73b441b1b05b57ce99be1aff02eac6929448" | 15 | SRCREV = "8cae1840afb3ea44dcc298f32983e577480dfee4" |
| 16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git \ | 16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git \ |
| 17 | file://weak-defaults.patch" | 17 | file://weak-defaults.patch" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | PV = "0.20+git${SRCPV}" | 21 | PV = "3.12+git${SRCPV}" |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | do_install () { | 24 | do_install () { |
