diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-18 14:49:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:27:34 +0100 |
commit | 0db8fe9a480151bacadff29bd29d212434445edf (patch) | |
tree | 06dfe8a594203e7bf30c61aec1541552a5c96c13 /meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | |
parent | 47245e49e6e24f001a3aa657bb20c1538d6f5385 (diff) | |
download | poky-0db8fe9a480151bacadff29bd29d212434445edf.tar.gz |
btrfs-tools: Add util-linux to DEPENDS
This needs libuuid bits in order to build.
(From OE-Core rev: 24ecee09541a3f620497bc77f142493ef28e1a50)
Signed-off-by: Tom Rini <tom_rini@mentor.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.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index a5c556dc31..9b5a17a615 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | |||
@@ -10,12 +10,13 @@ HOMEPAGE = "https://btrfs.wiki.kernel.org" | |||
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" |
12 | SECTION = "base" | 12 | SECTION = "base" |
13 | DEPENDS = "util-linux" | ||
13 | 14 | ||
14 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git;protocol=git;tag=1b444cd2e6ab8dcafdd47dbaeaae369dd1517c17;branch=master" | 15 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git;protocol=git;tag=1b444cd2e6ab8dcafdd47dbaeaae369dd1517c17;branch=master" |
15 | 16 | ||
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
17 | 18 | ||
18 | PR = "r1" | 19 | PR = "r2" |
19 | 20 | ||
20 | SRC_URI += "file://upstream-tmp/0001-Btrfs-progs-add-a-btrfs-select-super-command-to-over.patch \ | 21 | SRC_URI += "file://upstream-tmp/0001-Btrfs-progs-add-a-btrfs-select-super-command-to-over.patch \ |
21 | file://upstream-tmp/0002-Btrfs-progs-use-safe-string-manipulation-functions.patch \ | 22 | file://upstream-tmp/0002-Btrfs-progs-use-safe-string-manipulation-functions.patch \ |