mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
389 B
BlitzBasic
11 lines
389 B
BlitzBasic
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/${P}.tar.gz"
|
|
SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
|
|
SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
|
|
|
|
inherit autotools binconfig
|