diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-18 15:34:41 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-21 10:02:02 -0800 |
| commit | 320466b5408b3f468a8fdb1af305ecf04ceb09f0 (patch) | |
| tree | 8ee3583ef239b06e7e4f451e20908b7d04217030 /meta-oe | |
| parent | 8699170d3a8a8e8decaecce78e65fd6d904b491d (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-support/libol/libol/configure.patch | 14 | ||||
| -rw-r--r-- | meta-oe/recipes-support/libol/libol_0.3.18.bb | 20 |
3 files changed, 0 insertions, 35 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 20291b576d..34689fb48b 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -827,7 +827,6 @@ RDEPENDS:packagegroup-meta-oe-support ="\ | |||
| 827 | liblinebreak \ | 827 | liblinebreak \ |
| 828 | mailcap \ | 828 | mailcap \ |
| 829 | liboauth \ | 829 | liboauth \ |
| 830 | libol \ | ||
| 831 | mg \ | 830 | mg \ |
| 832 | monit \ | 831 | monit \ |
| 833 | mscgen \ | 832 | mscgen \ |
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 @@ | |||
| 1 | Index: 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 @@ | |||
| 1 | SUMMARY = "A tiny C support library" | ||
| 2 | HOMEPAGE = "https://my.balabit.com/downloads/libol" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | ||
| 6 | |||
| 7 | SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${BP}.tar.gz \ | ||
| 8 | file://configure.patch" | ||
| 9 | SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17" | ||
| 10 | SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7" | ||
| 11 | |||
| 12 | inherit autotools binconfig | ||
| 13 | |||
| 14 | do_compile:prepend() { | ||
| 15 | install ${S}/utils/make_class.in ${B}/utils | ||
| 16 | } | ||
| 17 | |||
| 18 | do_install:append() { | ||
| 19 | rm -fr ${D}${bindir} | ||
| 20 | } | ||
