e2fsprogs: fix automake-1.9 vs automake-1.10
authorHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 13 Oct 2008 23:14:54 +0000 (23:14 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 13 Oct 2008 23:14:54 +0000 (23:14 +0000)
* hm it seems we can use @mkdir_p@ on both version
* sorry I did not see this earlier
* bump PR

packages/e2fsprogs/e2fsprogs-1.38/mkinstalldirs.patch
packages/e2fsprogs/e2fsprogs_1.38.bb

index a838dce..38dd0a5 100644 (file)
@@ -1,13 +1,13 @@
 Index: e2fsprogs-1.38/MCONFIG.in
 ===================================================================
---- e2fsprogs-1.38.orig/MCONFIG.in     2008-10-12 22:09:11.946856497 +0200
-+++ e2fsprogs-1.38/MCONFIG.in  2008-10-12 22:09:30.540187422 +0200
+--- e2fsprogs-1.38.orig/MCONFIG.in     2005-02-04 16:43:57.000000000 +0100
++++ e2fsprogs-1.38/MCONFIG.in  2008-10-14 00:57:33.988145555 +0200
 @@ -59,7 +59,7 @@
  INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
 -MKINSTALLDIRS = @MKINSTALLDIRS@
-+MKINSTALLDIRS = @MKDIR_P@
++MKINSTALLDIRS = @mkdir_p@
  
  #
  # Library definitions
index bcbd68f..d2912a6 100644 (file)
@@ -1,6 +1,6 @@
 require e2fsprogs.inc
 
-PR = "r15"
+PR = "r16"
 
 SRC_URI += "file://no-hardlinks.patch;patch=1 \
            file://mkinstalldirs.patch;patch=1 \