mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
48452bcd30
Update recipe with build/configure fixes (rework autotools config, add patch for separate build dir, add patch for automake foreign, add PACKAGECONFIG option for python interface, move dbus to RDEPEND, as dbus-glib header is required for build; the last one is a workaround for the QA depend warning on more than one dep in PKGCONF). Upstream-Status: Inappropriate (no more upstream) Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Steve Arnold <stephen.arnold42@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
357 B
Diff
12 lines
357 B
Diff
--- a/configure.in 2014-08-18 01:25:43.911597023 -0700
|
|
+++ b/configure.in 2014-08-18 01:26:27.763786629 -0700
|
|
@@ -8,7 +8,7 @@
|
|
AC_CONFIG_HEADERS([config.h])
|
|
AC_CONFIG_SRCDIR([configure.in])
|
|
|
|
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 subdir-objects no-define])
|
|
+AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 subdir-objects no-define])
|
|
|
|
AM_MAINTAINER_MODE
|
|
AC_PROG_CC
|