diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-08-19 23:42:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-30 12:35:49 +0100 |
commit | 5a5cf2c925f30f29f9debd72cc785255370af400 (patch) | |
tree | 940c3f1fc7d595c895a58e60268dbffeb94df152 /meta/recipes-devtools/btrfs-tools | |
parent | 1b00e853e010e15412471f1bc233eb849a4bc8cf (diff) | |
download | poky-5a5cf2c925f30f29f9debd72cc785255370af400.tar.gz |
btrfs-tools: 4.1.1 -> 4.1.2
* Rename btrfs-tools_git.bb to btrfs-tools_4.1.2.bb
* Remove PV in the recipe.
(From OE-Core rev: 4b55d7e02cecc4f9cd5028185f9452f0c90cbf89)
(From OE-Core rev: a9d925c15300dfc71cf01082f26a8b79c18f3b06)
Signed-off-by: Robert Yang <liezhi.yang@windriver.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.1.2.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb index 4ad4b81887..37c622baf6 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb | |||
@@ -12,7 +12,7 @@ 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 = "20be329fdb569fefdf88ba0e4ca1a41488fcbc19" | 15 | SRCREV = "7f1328ccb5d159efe850d4eaea9b49bbe8c4181e" |
16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ |
17 | file://fix-parallel.patch \ | 17 | file://fix-parallel.patch \ |
18 | " | 18 | " |
@@ -27,6 +27,4 @@ do_configure_prepend() { | |||
27 | 27 | ||
28 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
29 | 29 | ||
30 | PV = "4.1.1+git${SRCPV}" | ||
31 | |||
32 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |