aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libconfig/libconfig_1.3.2.bb
blob: 701ac73b3400f923d8cd4c63a0124309d2be5f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Library for manipulating structured configuration files"
AUTHOR = "Mark Lindner"
HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2"
PR = "r1"

SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz \
           file://libconfig.newer.automake-1.11.patch;patch=1"

S = "${WORKDIR}/libconfig-${PV}"

inherit autotools

do_stage() {
  autotools_stage_all
}

SRC_URI[md5sum] = "094a82afd382aa2305c6cc3c06025c2d"
SRC_URI[sha256sum] = "2a680bb33e290c3c799e3a90cf2c0fb9f5482dd930ad93d9f83ce39923258c0a"