libgalego: Add patch for mkinstalldirs problems

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-08-19 21:04:49 +01:00
parent bcd55cb99a
commit 983a3afa89
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,27 @@
Index: libgalago-0.5.2/po/Makefile.in.in
===================================================================
--- libgalago-0.5.2.orig/po/Makefile.in.in 2006-06-06 09:59:17.000000000 +0100
+++ libgalago-0.5.2/po/Makefile.in.in 2009-08-19 20:31:56.000000000 +0100
@@ -29,7 +29,7 @@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = $(MKINSTALLDIRS)
CC = @CC@
GMSGFMT = @GMSGFMT@
Index: libgalago-0.5.2/configure.ac
===================================================================
--- libgalago-0.5.2.orig/configure.ac 2009-08-19 20:30:56.000000000 +0100
+++ libgalago-0.5.2/configure.ac 2009-08-19 20:31:28.000000000 +0100
@@ -157,6 +157,9 @@
AC_SUBST(CFLAGS)
+MKINSTALLDIRS="mkdir -p"
+AC_SUBST(MKINSTALLDIRS)
+
dnl ################################################################
dnl # Output the Makefiles
dnl ################################################################

View File

@ -4,8 +4,9 @@ LICENSE = "LGPL"
DEPENDS = "gettext dbus glib-2.0 dbus-glib"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://mkdir.patch;patch=1 \
file://pkgconfig.patch;patch=1 "
PR = "r1"
PR = "r2"
inherit autotools_stage pkgconfig