[oe-commits] Ross Burton : bzip2: use "foreign" automake strictness

git at git.openembedded.org git at git.openembedded.org
Wed Jul 16 09:31:49 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 5b5462acd059ec195c4f39c2716c1f3acc52a188
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5b5462acd059ec195c4f39c2716c1f3acc52a188

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul 15 17:18:31 2014 +0100

bzip2: use "foreign" automake strictness

bzip2 doesn't want GNU-levels of automake strictness so tell it to be "foreign".

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
index 14b1d18..47ee576 100644
--- a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
+++ b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ([2.57])
 
 AC_INIT(bzip2, 2.0.5, , libXrender)
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE(foreign)
 AM_MAINTAINER_MODE
 
 #AM_CONFIG_HEADER(config.h)



More information about the Openembedded-commits mailing list