blob: 2034163cf0da17b330e3a6ec065bb93707fa8575 [file] [log] [blame]
Holger Hans Peter Freyther60ee4cd2011-11-11 21:26:06 +08001DESCRITOPN = "Utilities for the DAHDI Asterisk Linux kernel drivers"
2DEPENDS = "dahdi-linux libnewt"
3HOMEPAGE = "http://www.asterisk.org"
4LICENSE = "GPL"
5
6SRC_URI = "http://downloads.asterisk.org/pub/telephony/dahdi-tools/releases/dahdi-tools-${PV}.tar.gz"
7
8INC_PR="r2"
9
10LIC_FILES_CHKSUM = "file://LICENSE;md5=ea5bed2f60d357618ca161ad539f7c0a \
11 file://LICENSE.LGPL;md5=fb504b67c50331fc78734fed90fb0e09"
12
13inherit autotools_stage pkgconfig
14
15do_configure() {
16 oe_runconf
17}