diff options
Diffstat (limited to 'meta/recipes-devtools/mtd')
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 49a650a9ef..810fe40f4e 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -10,9 +10,9 @@ inherit autotools pkgconfig update-alternatives | |||
10 | DEPENDS = "zlib e2fsprogs util-linux" | 10 | DEPENDS = "zlib e2fsprogs util-linux" |
11 | RDEPENDS_mtd-utils-tests += "bash" | 11 | RDEPENDS_mtd-utils-tests += "bash" |
12 | 12 | ||
13 | PV = "2.1.0+${SRCPV}" | 13 | PV = "2.1.1" |
14 | 14 | ||
15 | SRCREV = "b5027be5f470830ac9543db3c52e076b13abd313" | 15 | SRCREV = "4443221ce9b88440cd9f5bb78e6fe95621d36c8a" |
16 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ | 16 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ |
17 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ | 17 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ |
18 | " | 18 | " |
@@ -30,6 +30,7 @@ PACKAGECONFIG[xattr] = "--with-xattr,--without-xattr,acl" | |||
30 | PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,openssl" | 30 | PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,openssl" |
31 | PACKAGECONFIG[jffs] = "--with-jffs,--without-jffs" | 31 | PACKAGECONFIG[jffs] = "--with-jffs,--without-jffs" |
32 | PACKAGECONFIG[ubifs] = "--with-ubifs,--without-ubifs" | 32 | PACKAGECONFIG[ubifs] = "--with-ubifs,--without-ubifs" |
33 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | ||
33 | 34 | ||
34 | CPPFLAGS_append_riscv64 = " -pthread -D_REENTRANT" | 35 | CPPFLAGS_append_riscv64 = " -pthread -D_REENTRANT" |
35 | 36 | ||