aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libol/libol_0.3.18.bb
blob: 7dc48f92df9db3bb9c6c8651b0b7777ea9d8c84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A tiny C support library"
SECTION = "libs"
LICENSE = "GPL"
PR = "r8"

SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz"

inherit autotools binconfig

do_stage() {
	autotools_stage_all
}