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:24:57 +0100 |
commit | 24ecee09541a3f620497bc77f142493ef28e1a50 (patch) | |
tree | a581759c530754ada5a58f9b621768985add2f3b | |
parent | c24cf8a195d5924e4e388dfa239f5d763aae39b3 (diff) | |
download | openembedded-core-24ecee09541a3f620497bc77f142493ef28e1a50.tar.gz openembedded-core-24ecee09541a3f620497bc77f142493ef28e1a50.tar.bz2 openembedded-core-24ecee09541a3f620497bc77f142493ef28e1a50.zip |
btrfs-tools: Add util-linux to DEPENDS
This needs libuuid bits in order to build.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-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" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" SECTION = "base" +DEPENDS = "util-linux" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git;protocol=git;tag=1b444cd2e6ab8dcafdd47dbaeaae369dd1517c17;branch=master" S = "${WORKDIR}/git" -PR = "r1" +PR = "r2" SRC_URI += "file://upstream-tmp/0001-Btrfs-progs-add-a-btrfs-select-super-command-to-over.patch \ file://upstream-tmp/0002-Btrfs-progs-use-safe-string-manipulation-functions.patch \ |