mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 02:04:09 +00:00
1.Modify SRC_URI http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz to http://www.balabit.com/downloads/libol/0.3/${BP}.tar.gz Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
21 lines
596 B
BlitzBasic
21 lines
596 B
BlitzBasic
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}
|
|
}
|