aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-isdn
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-16 11:10:54 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-07 14:57:03 +0200
commit7782174da7784da9a7fd3a16773f05f64138e5af (patch)
tree22247ddbe85eebc7e7d79167a7df17dc99e2c535 /recipes-isdn
parent558d76a4123fb7e3689ebc30f9d58e3ec1fae043 (diff)
misc: Fix warnings in OE-core master to be included in the future
Diffstat (limited to 'recipes-isdn')
-rw-r--r--recipes-isdn/dahdi-tools/dahdi-tools.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-isdn/dahdi-tools/dahdi-tools.inc b/recipes-isdn/dahdi-tools/dahdi-tools.inc
index 61280ea..06ef35c 100644
--- a/recipes-isdn/dahdi-tools/dahdi-tools.inc
+++ b/recipes-isdn/dahdi-tools/dahdi-tools.inc
@@ -1,6 +1,6 @@
DESCRITOPN = "Utilities for the DAHDI Asterisk Linux kernel drivers"
DEPENDS = "dahdi-linux libnewt libpcap"
-RDEPENDS += "perl perl-module-strict perl-module-file-basename perl-module-config \
+RDEPENDS_${PN} += "perl perl-module-strict perl-module-file-basename perl-module-config \
perl-module-warnings perl-module-getopt perl-module-getopt-std \
perl-module-file perl-module-file-glob perl-module-xsloader \
perl-module-dynaloader perl-module-carp perl-module-errno"
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
SRC_URI = "http://downloads.asterisk.org/pub/telephony/dahdi-tools/releases/dahdi-tools-${PV}.tar.gz \
file://perl_install.patch "
-INC_PR="r18"
+INC_PR="r19"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ea5bed2f60d357618ca161ad539f7c0a \
file://LICENSE.LGPL;md5=fb504b67c50331fc78734fed90fb0e09"