aboutsummaryrefslogtreecommitdiffstats
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-05 23:48:34 +0100
commit0bfedd0d9d59ad6184e242d85cdeca7297e90fa6 (patch)
treec3c4b58e4b379dcfba5c2a944c5b2462c76baf2b /meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
parent85a64f77d2100e29980efa1e28295627a5401453 (diff)
downloadopenembedded-core-contrib-0bfedd0d9d59ad6184e242d85cdeca7297e90fa6.tar.gz
btrfs-tools: Fix manpage creation directory
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
S = "${WORKDIR}/git"
-PR = "r0"
+PR = "r1"
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 \
@@ -40,6 +40,7 @@ SRC_URI += "file://upstream-tmp/0001-Btrfs-progs-add-a-btrfs-select-super-comman
file://debian/01-labels.patch \
file://debian/02-ftbfs.patch \
file://fix_use_of_gcc.patch \
+ file://weak-defaults.patch \
"
SRC_URI[md5sum] = "78b1700d318de8518abfaab71f99a885"