aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-10-16utils, oe.utils: add 'uniq' functionChris Larson
2010-10-15oe.unpack: fix subdir-featureHenning Heinold
2010-10-13oe.unpack: use oe.processChris Larson
2010-10-13oe.process: subclass PopenChris Larson
2010-10-13oe.process: pull some common bits overChris Larson
2010-10-10oe.packagegroup: fix python version compat issueChris Larson
2010-10-09Implement 'dbg', 'dev', and 'doc' package groupsChris Larson
2010-10-09Move packagedata code into oe.packagedataChris Larson
2010-10-09oe.packagegroup: add code for package groupsChris Larson
2010-10-09oe.package: add 'files' functionChris Larson
2010-10-09oe.path: add 'find' convenience functionChris Larson
2010-09-27oe.path: added 'recurse' argument to remove()Enrico Scholz
2010-09-23oe/patch.py: Remove series file during Clean()Khem Raj
2010-09-06lib/oe/unpack.py: fix uncompressing .gz .bz2 or .xzEric BĂ©nard
2010-09-02do_unpack, do_patch: shift some responsibility around, clean things upChris Larson
2010-07-26oe.patch: don't error when the symlink already exists and is correctEvgeniy Dushistov
2010-06-10lib/oe/patch.py: Dont import patches but symlink them insteadKhem Raj
2010-06-10Add a rm -rf utility function and use it in packaged-staging.bbclassChris Larson
2010-06-09Revert "lib/oe/patch.py: Dont import patches but symlink them instead"Khem Raj
2010-06-09lib/oe/patch.py: Dont import patches but symlink them insteadKhem Raj
2010-05-27oe.utils: added param_bool() methodEnrico Scholz
2010-05-23oe.patch: kill long standing annoying messages from the non-quilt patch appli...Chris Larson
2010-04-24oe.path.relative: add missing importsChris Larson
2010-04-24Revert "oe.path.relative: switch to a different appraoch"Chr
SUMMARY = "A tiny C support library"
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[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}
}