1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

e2fsprogs: Fix MKINSTALL issues

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-08-19 17:57:06 +01:00
parent 32678f565e
commit 79542c9c7d
3 changed files with 29 additions and 2 deletions
+26
View File
@@ -0,0 +1,26 @@
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
+2 -1
View File
@@ -4,7 +4,8 @@ LICENSE = "GPL"
SECTION = "base"
DEPENDS = "gettext"
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz"
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
file://mkdir.patch;patch=1"
inherit autotools
+1 -1
View File
@@ -1,6 +1,6 @@
require e2fsprogs.inc
PR = "r11"
PR = "r12"
SRC_URI += "file://no-hardlinks.patch;patch=1"