summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-18 15:34:41 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-21 10:02:02 -0800
commit320466b5408b3f468a8fdb1af305ecf04ceb09f0 (patch)
tree8ee3583ef239b06e7e4f451e20908b7d04217030 /meta-oe/recipes-support
parent8699170d3a8a8e8decaecce78e65fd6d904b491d (diff)
downloadmeta-openembedded-320466b5408b3f468a8fdb1af305ecf04ceb09f0.tar.gz
libol: Drop recipe
In past it was needed by syslog-ng until it was bundled into syslog-ng and once syslog-ng was upgraded [1] this recipe became more or less unused This package is now included in the syslog-ng 1.6.x or newer release tarball [1] https://git.openembedded.org/meta-openembedded/commit/?id=1a6e16bcb1145df51b15c19df0d7ef655b683f5e Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libol/libol/configure.patch14
-rw-r--r--meta-oe/recipes-support/libol/libol_0.3.18.bb20
2 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-support/libol/libol/configure.patch b/meta-oe/recipes-support/libol/libol/configure.patch
deleted file mode 100644
index 87695fb06d..0000000000
--- a/meta-oe/recipes-support/libol/libol/configure.patch
+++ /dev/null
@@ -1,14 +0,0 @@
1Index: libol-0.3.18/configure.in
2===================================================================
3--- libol-0.3.18.orig/configure.in 2006-03-27 14:44:52.000000000 +0000
4+++ libol-0.3.18/configure.in 2014-07-18 07:05:56.029481372 +0000
5@@ -1,7 +1,7 @@
6 dnl Process this file with autoconf to produce a configure script.
7-AC_INIT(src/abstract_io.c)
8+AC_INIT(libol, "0.3.18")
9
10-AM_INIT_AUTOMAKE(libol, "0.3.18", 1)
11+AM_INIT_AUTOMAKE([foreign])
12 if test -n "$SNAPSHOT_VERSION"; then
13 VERSION=$VERSION+$SNAPSHOT_VERSION
14 fi
diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb
deleted file mode 100644
index 21a56264e4..0000000000
--- a/meta-oe/recipes-support/libol/libol_0.3.18.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "A tiny C support library"
2HOMEPAGE = "https://my.balabit.com/downloads/libol"
3SECTION = "libs"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
6
7SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${BP}.tar.gz \
8 file://configure.patch"
9SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
10SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
11
12inherit autotools binconfig
13
14do_compile:prepend() {
15 install ${S}/utils/make_class.in ${B}/utils
16}
17
18do_install:append() {
19 rm -fr ${D}${bindir}
20}