libol: Use "foreign" automake strictness

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-07-18 08:06:43 +00:00 committed by Martin Jansa
parent 720012eb76
commit 49b00c2acf
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,14 @@
Index: libol-0.3.18/configure.in
===================================================================
--- libol-0.3.18.orig/configure.in 2006-03-27 14:44:52.000000000 +0000
+++ libol-0.3.18/configure.in 2014-07-18 07:05:56.029481372 +0000
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/abstract_io.c)
+AC_INIT(libol, "0.3.18")
-AM_INIT_AUTOMAKE(libol, "0.3.18", 1)
+AM_INIT_AUTOMAKE([foreign])
if test -n "$SNAPSHOT_VERSION"; then
VERSION=$VERSION+$SNAPSHOT_VERSION
fi

View File

@ -3,7 +3,8 @@ SECTION = "libs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz"
SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz \
file://configure.patch"
SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"