diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 22:30:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 10:57:47 +0100 |
commit | dea71b05021c54a4caa227cfcb3d4c024effdf15 (patch) | |
tree | b28c9bf8db369766e0128e4cad302ec033b9eeee /meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | |
parent | c47c0e0eb3d5fa63e8f44e820aff70ab23b6c036 (diff) | |
download | poky-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.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 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 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | PR = "r0" | 18 | PR = "r1" |
19 | 19 | ||
20 | SRC_URI += "file://upstream-tmp/0001-Btrfs-progs-add-a-btrfs-select-super-command-to-over.patch \ | 20 | 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 \ | 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 | ||
45 | SRC_URI[md5sum] = "78b1700d318de8518abfaab71f99a885" | 46 | SRC_URI[md5sum] = "78b1700d318de8518abfaab71f99a885" |