From c84bfa0f519e0bb74aed833a6318c21d91fce377 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 27 Oct 2014 22:12:00 -0400 Subject: which-2.18: Use foreign strictness to avoid automake errors Fixed: Makefile.am: error: required file './ChangeLog' not found Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- .../which/which-2.18/automake-foreign.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-extended/which/which-2.18/automake-foreign.patch (limited to 'meta/recipes-extended/which/which-2.18') diff --git a/meta/recipes-extended/which/which-2.18/automake-foreign.patch b/meta/recipes-extended/which/which-2.18/automake-foreign.patch new file mode 100644 index 0000000000..495cdc6cf4 --- /dev/null +++ b/meta/recipes-extended/which/which-2.18/automake-foreign.patch @@ -0,0 +1,28 @@ +Subject: [PATCH] automake foreign strictness + +Use foreign strictness to avoid automake errors. + +Upstream-Status: Inappropriate [upstream no longer active] + +Signed-off-by: Jackie Huang +--- + configure.ac | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/configure.ac b/configure.ac +index b30b6f5..bd3222c 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1,6 +1,7 @@ + dnl Process this file with autoconf to produce a configure script. +-AC_INIT(which.c) +-AM_INIT_AUTOMAKE(which, 2.18) ++AC_INIT([which],[2.18]) ++AC_CONFIG_SRCDIR(which.c) ++AM_INIT_AUTOMAKE([foreign]) + AM_CONFIG_HEADER(config.h) + AM_MAINTAINER_MODE + +-- +1.7.1 + -- cgit 1.2.3-korg