summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb1
-rw-r--r--meta-oe/recipes-support/libol/libol/configure.patch14
-rw-r--r--meta-oe/recipes-support/libol/libol_0.3.18.bb20
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 20291b576..34689fb48 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 87695fb06..000000000
--- 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 21a56264e..000000000
--- 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}