diff options
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools_5.16.2.bb')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_5.16.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.16.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.16.2.bb index 4ab486c465..88b5c6259c 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.16.2.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.16.2.bb | |||
@@ -13,10 +13,11 @@ LIC_FILES_CHKSUM = " \ | |||
13 | file://libbtrfsutil/COPYING;md5=4fbd65380cdd255951079008b364516c \ | 13 | file://libbtrfsutil/COPYING;md5=4fbd65380cdd255951079008b364516c \ |
14 | " | 14 | " |
15 | SECTION = "base" | 15 | SECTION = "base" |
16 | DEPENDS = "lzo util-linux zlib" | 16 | DEPENDS = "util-linux zlib" |
17 | 17 | ||
18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ | 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ |
19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ | 19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ |
20 | file://lzo-option.patch \ | ||
20 | " | 21 | " |
21 | SRCREV = "31458c9c81935abbed010221261897273a98d2c1" | 22 | SRCREV = "31458c9c81935abbed010221261897273a98d2c1" |
22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
@@ -32,6 +33,7 @@ PACKAGECONFIG[programs] = "--enable-programs,--disable-programs" | |||
32 | PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert --without-convert,e2fsprogs" | 33 | PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert --without-convert,e2fsprogs" |
33 | PACKAGECONFIG[zoned] = "--enable-zoned,--disable-zoned" | 34 | PACKAGECONFIG[zoned] = "--enable-zoned,--disable-zoned" |
34 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python3-setuptools-native" | 35 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python3-setuptools-native" |
36 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" | ||
35 | PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" | 37 | PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" |
36 | PACKAGECONFIG[udev] = "--enable-libudev,--disable-libudev,udev" | 38 | PACKAGECONFIG[udev] = "--enable-libudev,--disable-libudev,udev" |
37 | 39 | ||