Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 01/27] onig: Use "foreign" automake strictness
@ 2014-07-18  8:42 Richard Purdie
  2014-07-18  8:42 ` [PATCH 02/27] libol: " Richard Purdie
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Richard Purdie @ 2014-07-18  8:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Richard Purdie

---
 meta-oe/recipes-support/onig/files/configure.patch | 13 +++++++++++++
 meta-oe/recipes-support/onig/onig_5.9.3.bb         |  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-support/onig/files/configure.patch

diff --git a/meta-oe/recipes-support/onig/files/configure.patch b/meta-oe/recipes-support/onig/files/configure.patch
new file mode 100644
index 0000000..5fa700f
--- /dev/null
+++ b/meta-oe/recipes-support/onig/files/configure.patch
@@ -0,0 +1,13 @@
+Index: onig-5.9.3/configure.in
+===================================================================
+--- onig-5.9.3.orig/configure.in	2012-10-26 07:06:14.000000000 +0000
++++ onig-5.9.3/configure.in	2014-07-18 08:02:52.701574484 +0000
+@@ -3,7 +3,7 @@
+ 
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([foreign])
+ AC_CONFIG_HEADER(config.h)
+ 
+ 
diff --git a/meta-oe/recipes-support/onig/onig_5.9.3.bb b/meta-oe/recipes-support/onig/onig_5.9.3.bb
index f67ceed..22db78a 100644
--- a/meta-oe/recipes-support/onig/onig_5.9.3.bb
+++ b/meta-oe/recipes-support/onig/onig_5.9.3.bb
@@ -6,7 +6,8 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f"
 
 SRC_URI = "http://www.geocities.jp/kosako3/oniguruma/archive/onig-${PV}.tar.gz \
-           file://do-not-use-system-headers.patch"
+           file://do-not-use-system-headers.patch \
+           file://configure.patch"
 
 SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a"
 SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a"
-- 
2.0.2



^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2014-07-18  8:57 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18  8:42 [PATCH 01/27] onig: Use "foreign" automake strictness Richard Purdie
2014-07-18  8:42 ` [PATCH 02/27] libol: " Richard Purdie
2014-07-18  8:42 ` [PATCH 03/27] usbpath: " Richard Purdie
2014-07-18  8:42 ` [PATCH 04/27] pidgin-otr: Add missing intltool-native DEPENDS Richard Purdie
2014-07-18  8:42 ` [PATCH 05/27] dejagnu: Use "foreign" automake strictness Richard Purdie
2014-07-18  8:42 ` [PATCH 06/27] hplip: Use "foreign" automake strictness and autotools-brokensep Richard Purdie
2014-07-18  8:42 ` [PATCH 07/27] claws-plugin-gtkhtml2: " Richard Purdie
2014-07-18  8:42 ` [PATCH 08/27] claws-plugin-rssyl: " Richard Purdie
2014-07-18  8:42 ` [PATCH 09/27] fbgrab: use autotools-brokensep (its not really autotools) Richard Purdie
2014-07-18  8:42 ` [PATCH 10/27] orrery: use autotools-brokensep Richard Purdie
2014-07-18  8:42 ` [PATCH 11/27] libsdl-image: Use "foreign" automake strictness Richard Purdie
2014-07-18  8:42 ` [PATCH 12/27] lcdproc: Remove floating dependency on libhid Richard Purdie
2014-07-18  8:42 ` [PATCH 13/27] libxfce4ui: Add missing gtk-doc inherit Richard Purdie
2014-07-18  8:42 ` [PATCH 14/27] ipsec-tools: Use "foreign" automake strictness Richard Purdie
2014-07-18  8:42 ` [PATCH 15/27] memcached: " Richard Purdie
2014-07-18  8:42 ` [PATCH 16/27] smbfsnet: " Richard Purdie
2014-07-18  8:42 ` [PATCH 17/27] engrave: Use autotools-brokensep to avoid build failures Richard Purdie
2014-07-18  8:42 ` [PATCH 18/27] efl: Use automake foreign for cpu/elmdentica/enjoy/ephoto/exalt-client/flame/forecasts/places/rain/uptime Richard Purdie
2014-07-18  8:42 ` [PATCH 19/27] subsurface: Fix libxml and libm build failures Richard Purdie
2014-07-18  8:42 ` [PATCH 20/27] " Richard Purdie
2014-07-18  8:42 ` [PATCH 21/27] rp-pppoe: Use "foreign" automake strictness Richard Purdie
2014-07-18  8:42 ` [PATCH 22/27] mtr: " Richard Purdie
2014-07-18  8:42 ` [PATCH 23/27] gegl: Use pkg-config for SDL Richard Purdie
2014-07-18  8:42 ` [PATCH 24/27] ode: Use "foreign" automake strictness Richard Purdie
2014-07-18  8:42 ` [PATCH 25/27] flite: Use autotools-brokensep Richard Purdie
2014-07-18  8:42 ` [PATCH 26/27] wvstreams: Add missing dbus/readline DEPENDS and use autotools-brokensep Richard Purdie
2014-07-18  8:42 ` [PATCH 27/27] libotr: Fix B!=S build failures Richard Purdie
2014-07-18  8:49 ` [PATCH 01/27] onig: Use "foreign" automake strictness Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox