aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-03-07 15:00:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-14 15:20:37 +0000
commit6a767f6587a9d60e21fa1d9687c7c08efe3f89ab (patch)
treef649483541fbac4f5cbc08d8cdcf070144b928eb /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
parent65f6010346c08bf90f381a2d834dd9908ba2100c (diff)
downloadopenembedded-core-contrib-6a767f6587a9d60e21fa1d9687c7c08efe3f89ab.tar.gz
e2fsprogs: have configure expand @mkdir_p@
Without doing this, locale data is not written into usr/src/locale. We could also just use MKDIR_P instead of mkdir_p. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
index f4855bc430..5e30ec90b0 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
@@ -9,6 +9,7 @@ SRC_URI += "file://acinclude.m4 \
file://ptest.patch \
file://mkdir.patch \
file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \
+ file://mkdir_p.patch \
"
SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch"