From af602920594a9cc2e9b397fe311fda7f531be7f3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 10 Dec 2015 20:01:13 +0100 Subject: libgxim: move from meta-ruby back to meta-oe * it was moved to meta-ruby (totherer with imsettings which depends on libgxim) because of ruby-native dependency, now when ruby was moved from meta-ruby to oe-core we can move libgxim back to meta-oe (which also allows imsettings in meta-xfce to depend only on meta-oe as well) Signed-off-by: Martin Jansa --- ...OCAL_AMFLAGS-isnot-supported-by-autoreconf.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-ruby/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch (limited to 'meta-ruby/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch') diff --git a/meta-ruby/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch b/meta-ruby/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch deleted file mode 100644 index 3d293b473e..0000000000 --- a/meta-ruby/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch +++ /dev/null @@ -1,21 +0,0 @@ -multi-line ACLOCAL_AMFLAGS isn't supported by autoreconf. -It will cause configure error as follow. - - aclocal: error: non-option arguments are not accepted: '\'. - -Signed-off-by: Bian Naimeng - -diff -Nurp libgxim-0.5.0.orig/Makefile.am libgxim-0.5.0/Makefile.am ---- libgxim-0.5.0.orig/Makefile.am 2012-12-13 15:48:09.000000000 +0800 -+++ libgxim-0.5.0/Makefile.am 2014-12-19 11:05:50.727209821 +0800 -@@ -2,9 +2,7 @@ NULL = - AUTOMAKE_OPTIONS = dist-bzip2 - SUBDIRS = libgxim m4macros po tests docs - --ACLOCAL_AMFLAGS = \ -- -I m4macros \ -- $(NULL) -+ACLOCAL_AMFLAGS = -I m4macros $(NULL) - - CONFIGURE_DEPENDENCIES = \ - requires \ -- cgit 1.2.3-korg