mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
e2fsprogs : upgrade to 1.42.7
(From OE-Core rev: 0662191f2e1ac2d686e2125f7f1bcb0f871c0edf) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
98d82a5dcb
commit
a810e45a23
30
meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.7/mkdir.patch
Normal file
30
meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.7/mkdir.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Mei Lei <lei.mei@intel.com>
|
||||
|
||||
Index: e2fsprogs-1.41.5/po/Makefile.in.in
|
||||
===================================================================
|
||||
--- e2fsprogs-1.41.5.orig/po/Makefile.in.in 2009-02-14 13:49:08.000000000 +0000
|
||||
+++ e2fsprogs-1.41.5/po/Makefile.in.in 2009-08-19 17:52:31.000000000 +0100
|
||||
@@ -30,7 +30,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
|
||||
+mkinstalldirs = $(MKINSTALLDIRS)
|
||||
|
||||
GMSGFMT = @GMSGFMT@
|
||||
MSGFMT = @MSGFMT@
|
||||
Index: e2fsprogs-1.41.5/configure.in
|
||||
===================================================================
|
||||
--- e2fsprogs-1.41.5.orig/configure.in 2009-08-19 17:53:50.000000000 +0100
|
||||
+++ e2fsprogs-1.41.5/configure.in 2009-08-19 17:48:38.000000000 +0100
|
||||
@@ -970,6 +970,8 @@
|
||||
fi
|
||||
AC_SUBST(BUILD_CFLAGS)
|
||||
AC_SUBST(BUILD_LDFLAGS)
|
||||
+MKINSTALLDIRS="mkdir -p"
|
||||
+AC_SUBST(MKINSTALLDIRS)
|
||||
dnl
|
||||
dnl Make our output files, being sure that we create the some miscellaneous
|
||||
dnl directories
|
||||
Reference in New Issue
Block a user