summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-08-19 23:42:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-30 12:35:49 +0100
commit5a5cf2c925f30f29f9debd72cc785255370af400 (patch)
tree940c3f1fc7d595c895a58e60268dbffeb94df152 /meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
parent1b00e853e010e15412471f1bc233eb849a4bc8cf (diff)
downloadpoky-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/btrfs-tools_git.bb')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
deleted file mode 100644
index 4ad4b81887..0000000000
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Checksumming Copy on Write Filesystem utilities"
2DESCRIPTION = "Btrfs is a new copy on write filesystem for Linux aimed at \
3implementing advanced features while focusing on fault tolerance, repair and \
4easy administration. \
5This package contains utilities (mkfs, fsck, btrfsctl) used to work with \
6btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3."
7
8HOMEPAGE = "https://btrfs.wiki.kernel.org"
9
10LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
12SECTION = "base"
13DEPENDS = "util-linux attr e2fsprogs lzo acl"
14
15SRCREV = "20be329fdb569fefdf88ba0e4ca1a41488fcbc19"
16SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
17 file://fix-parallel.patch \
18"
19
20inherit autotools-brokensep pkgconfig
21
22EXTRA_OECONF += "--disable-documentation"
23
24do_configure_prepend() {
25 sh autogen.sh
26}
27
28S = "${WORKDIR}/git"
29
30PV = "4.1.1+git${SRCPV}"
31
32BBCLASSEXTEND = "native"