]> code.ossystems Code Review - openembedded-core.git/commitdiff
btrfs-tools: 4.1.1 -> 4.1.2
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 20 Aug 2015 06:42:26 +0000 (23:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:08 +0000 (12:34 +0100)
* Rename btrfs-tools_git.bb to btrfs-tools_4.1.2.bb
* Remove PV in the recipe.

(From OE-Core rev: 4b55d7e02cecc4f9cd5028185f9452f0c90cbf89)

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>
meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb [moved from meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
index 4ad4b818870438076e4e71d9b83cf22f9f969d7c..37c622baf60f0f298c82f70c60654ad21fe667b7 100644 (file)
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
 SECTION = "base"
 DEPENDS = "util-linux attr e2fsprogs lzo acl"
 
-SRCREV = "20be329fdb569fefdf88ba0e4ca1a41488fcbc19"
+SRCREV = "7f1328ccb5d159efe850d4eaea9b49bbe8c4181e"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
            file://fix-parallel.patch \
 "
@@ -27,6 +27,4 @@ do_configure_prepend() {
 
 S = "${WORKDIR}/git"
 
-PV = "4.1.1+git${SRCPV}"
-
 BBCLASSEXTEND = "native"