]> code.ossystems Code Review - openembedded-core.git/commitdiff
quilt: 0.45 -> 0.47
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Dec 2008 19:20:24 +0000 (19:20 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jan 2009 11:20:55 +0000 (11:20 +0000)
meta/packages/quilt/files/install.patch [deleted file]
meta/packages/quilt/quilt-0.47/aclocal.patch [moved from meta/packages/quilt/quilt-0.45/aclocal.patch with 56% similarity]
meta/packages/quilt/quilt-0.47/install.patch [new file with mode: 0644]
meta/packages/quilt/quilt-0.47/non-gnu.patch [moved from meta/packages/quilt/quilt-0.45/non-gnu.patch with 100% similarity]
meta/packages/quilt/quilt-native_0.47.bb [moved from meta/packages/quilt/quilt-native_0.45.bb with 74% similarity]
meta/packages/quilt/quilt_0.47.bb [moved from meta/packages/quilt/quilt_0.45.bb with 100% similarity]
meta/packages/quilt/quilt_0.47.inc [moved from meta/packages/quilt/quilt_0.45.inc with 100% similarity]

diff --git a/meta/packages/quilt/files/install.patch b/meta/packages/quilt/files/install.patch
deleted file mode 100644 (file)
index 4122370..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- quilt-0.32/Makefile.in~install
-+++ quilt-0.32/Makefile.in
-@@ -9,9 +9,9 @@
- libdir :=     @libdir@
- datadir :=    @datadir@
- docdir :=     @docdir@
--mandir :=     $(datadir)/man
-+mandir :=     @mandir@
- localedir :=  $(datadir)/locale
--etcdir :=     $(subst /usr/etc,/etc,$(prefix)/etc)
-+etcdir :=     @sysconfdir@
- QUILT_DIR =   $(datadir)/$(PACKAGE)
- SCRIPTS_DIR = $(QUILT_DIR)/scripts
similarity index 56%
rename from meta/packages/quilt/quilt-0.45/aclocal.patch
rename to meta/packages/quilt/quilt-0.47/aclocal.patch
index 03d99ed785373907143f8ed01318f265f4b2b595..15b174c6d86063537a6e2faf486adb9757fbb9ad 100644 (file)
@@ -1,10 +1,10 @@
 Add the aclocal.m4 as acinclude.m4
 
-Index: quilt-0.45/acinclude.m4
+Index: quilt-0.47/acinclude.m4
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ quilt-0.45/acinclude.m4    2006-08-06 23:18:56.000000000 +0200
-@@ -0,0 +1,64 @@
++++ quilt-0.47/acinclude.m4    2006-10-10 17:05:56.000000000 +0100
+@@ -0,0 +1,119 @@
 +dnl Allow configure to specify a specific binary
 +dnl 1: Environment variable
 +dnl 2: binary name
@@ -69,3 +69,58 @@ Index: quilt-0.45/acinclude.m4
 +  fi
 +  AC_SUBST($1)
 +])
++
++dnl Allow configure to specify a specific binary
++dnl This variant is for optional binaries.
++dnl 1: Environment variable
++dnl 2: binary name
++dnl 3: optional list of alternative binary names
++dnl 4: optional list of additional search directories
++AC_DEFUN([QUILT_COMPAT_PROG_PATH_OPT],[
++  AC_ARG_WITH($2, AC_HELP_STRING(
++    [--with-$2], [name of the $2 executable to use]),
++  [
++    if test x"$withval" != xno; then
++      AC_MSG_CHECKING(for $2)
++      $1="$withval"
++      if test -e "$$1"; then
++      if test ! -f "$$1" -a ! -h "$$1" || test ! -x "$$1"; then
++        AC_MSG_ERROR([$$1 is not an executable file])
++      fi
++      fi
++      AC_MSG_RESULT([$$1])
++      if test ! -e "$$1"; then
++        AC_MSG_WARN([$$1 does not exist])
++      fi
++      COMPAT_SYMLINKS="$COMPAT_SYMLINKS $2"
++    fi
++  ],[
++    m4_if([$3],[],[
++      AC_PATH_PROG($1,$2,,$PATH:$4)
++    ],[
++      AC_PATH_PROGS($1,$3,,$PATH:$4)
++      if test -n "$$1" -a "`expr "$$1" : '.*/\([[^/]]*\)$'`" != "$2"; then
++      COMPAT_SYMLINKS="$COMPAT_SYMLINKS $2"
++      fi
++    ])
++    m4_if([$4],[],[],[
++      if test -n "$$1"; then
++      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++        for dir in "$4"; do
++          if test "`dirname $$1`" = "$dir"; then
++            COMPAT_SYMLINKS="$COMPAT_SYMLINKS $2"
++          break
++        fi
++        done
++      IFS="$as_save_IFS"
++      fi
++    ])
++    if test -z "$$1"; then
++      AC_MSG_WARN([$2 not found, some optional functionalities will be missing])
++    fi
++  ])
++  if test -z "$$1"; then
++    $1=$2
++  fi
++  AC_SUBST($1)
++])
diff --git a/meta/packages/quilt/quilt-0.47/install.patch b/meta/packages/quilt/quilt-0.47/install.patch
new file mode 100644 (file)
index 0000000..0b1e58d
--- /dev/null
@@ -0,0 +1,11 @@
+--- quilt-0.47/Makefile.in     2008-12-31 19:09:13.000000000 +0000
++++ quilt-0.47/Makefile.in.orig        2008-08-21 13:21:32.000000000 +0100
+@@ -13,7 +13,7 @@
+ mandir :=     @mandir@
+ localedir :=  $(datadir)/locale
+ emacsdir :=   $(datadir)/emacs/site-lisp
+-etcdir :=     $(subst /usr/etc,/etc,$(prefix)/etc)
++etcdir :=     @sysconfdir@
+ INSTALL :=    @INSTALL@
+ POD2MAN :=    @POD2MAN@
similarity index 74%
rename from meta/packages/quilt/quilt-native_0.45.bb
rename to meta/packages/quilt/quilt-native_0.47.bb
index b78457240082b328a21f5ba8e045918e7795ba4e..b61d5dac52374fa9c77a40588019d0515ff7433a 100644 (file)
@@ -1,3 +1,3 @@
-PV = "0.45"
+PV = "0.47"
 PR = "r2"
 require quilt-native.inc