blob: 6d0f462ddc91b2556d7a9fc69ed5f79ae544d560 [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"
Holger Hans Peter Freyther39b09a82012-05-30 19:21:39 +08004LICENSE = "GPLv2"
Holger Hans Peter Freyther60ee4cd2011-11-11 21:26:06 +08005
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}