diff options
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index 2d2d55571b..066153b797 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | |||
@@ -12,16 +12,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" | |||
12 | SECTION = "base" | 12 | SECTION = "base" |
13 | DEPENDS = "util-linux attr e2fsprogs lzo acl" | 13 | DEPENDS = "util-linux attr e2fsprogs lzo acl" |
14 | 14 | ||
15 | SRCREV = "194aa4a1bd6447bb545286d0bcb0b0be8204d79f" | 15 | SRCREV = "e9ac73b441b1b05b57ce99be1aff02eac6929448" |
16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git" | 16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git \ |
17 | file://weak-defaults.patch" | ||
17 | 18 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
19 | 20 | ||
20 | PV = "0.20+git${SRCPV}" | 21 | PV = "0.20+git${SRCPV}" |
21 | 22 | ||
22 | SRC_URI += "file://weak-defaults.patch" | ||
23 | SRC_URI += "file://btrfs-progs-fix-parallel-build.patch" | ||
24 | SRC_URI += "file://btrfs-progs-fix-parallel-build2.patch" | ||
25 | 23 | ||
26 | do_install () { | 24 | do_install () { |
27 | oe_runmake 'DESTDIR=${D}' install | 25 | oe_runmake 'DESTDIR=${D}' install |