From eb8dc40360f0cfef56fb6947cc817a547d6d9bc6 Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 10:05:37 -0700 Subject: [Subtree] Removing import-layers directory As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- .../recipes-support/libol/libol/configure.patch | 14 ++++++++++++++ .../meta-oe/recipes-support/libol/libol_0.3.18.bb | 20 ++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 meta-openembedded/meta-oe/recipes-support/libol/libol/configure.patch create mode 100644 meta-openembedded/meta-oe/recipes-support/libol/libol_0.3.18.bb (limited to 'meta-openembedded/meta-oe/recipes-support/libol') diff --git a/meta-openembedded/meta-oe/recipes-support/libol/libol/configure.patch b/meta-openembedded/meta-oe/recipes-support/libol/libol/configure.patch new file mode 100644 index 0000000000..87695fb06d --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-support/libol/libol/configure.patch @@ -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 diff --git a/meta-openembedded/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-openembedded/meta-oe/recipes-support/libol/libol_0.3.18.bb new file mode 100644 index 0000000000..d7adb2b941 --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-support/libol/libol_0.3.18.bb @@ -0,0 +1,20 @@ +SUMMARY = "A tiny C support library" +HOMEPAGE = "https://my.balabit.com/downloads/libol" +SECTION = "libs" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" + +SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${BP}.tar.gz \ + file://configure.patch" +SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17" +SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7" + +inherit autotools binconfig + +do_compile_prepend() { + install ${S}/utils/make_class.in ${B}/utils +} + +do_install_append() { + rm -fr ${D}${bindir} +} -- cgit v1.2.3