summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 22:30:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-07 10:57:47 +0100
commitdea71b05021c54a4caa227cfcb3d4c024effdf15 (patch)
treeb28c9bf8db369766e0128e4cad302ec033b9eeee /meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
parentc47c0e0eb3d5fa63e8f44e820aff70ab23b6c036 (diff)
downloadpoky-dea71b05021c54a4caa227cfcb3d4c024effdf15.tar.gz
btrfs-tools: Fix manpage creation directory
(From OE-Core rev: 0bfedd0d9d59ad6184e242d85cdeca7297e90fa6) 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.bb3
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 312dff30f3..a5c556dc31 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unsta
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18PR = "r0" 18PR = "r1"
19 19
20SRC_URI += "file://upstream-tmp/0001-Btrfs-progs-add-a-btrfs-select-super-command-to-over.patch \ 20SRC_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 \ 21 file://upstream-tmp/0002-Btrfs-progs-use-safe-string-manipulation-functions.patch \
@@ -40,6 +40,7 @@ SRC_URI += "file://upstream-tmp/0001-Btrfs-progs-add-a-btrfs-select-super-comman
40 file://debian/01-labels.patch \ 40 file://debian/01-labels.patch \
41 file://debian/02-ftbfs.patch \ 41 file://debian/02-ftbfs.patch \
42 file://fix_use_of_gcc.patch \ 42 file://fix_use_of_gcc.patch \
43 file://weak-defaults.patch \
43 " 44 "
44 45
45SRC_URI[md5sum] = "78b1700d318de8518abfaab71f99a885" 46SRC_URI[md5sum] = "78b1700d318de8518abfaab71f99a885"