aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-01 22:46:11 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-01 22:46:11 +0100
commit9b6c17ad0172ec88bd8ea684b39bd2d38702894e (patch)
treec0cfec2cc9481b063d7f919d810a668a21d8134e /recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb
parent6606d56b73ad75576da5b33be219a5c1943f55f5 (diff)
asterisk/dahdi-tools: Make it parsable on dora systems
In dora we do not have autotools-brokensep. Do it the old way and set the B variable directly. At sysmocom we still use this layer for the very old Dora release.
Diffstat (limited to 'recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb')
-rw-r--r--recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb b/recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb
index 337186d..7dec897 100644
--- a/recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb
+++ b/recipes-isdn/dahdi-tools/dahdi-tools_2.10.2.bb
@@ -21,7 +21,9 @@ SRC_URI[sha256sum] = "9e904815dedab231084c542d2d7d5dcc832ebec4b5d5d999a5d757df8b
S = "${WORKDIR}/${PN}-${PV}"
-inherit autotools-brokensep pkgconfig perlnative cpan-base update-rc.d
+inherit autotools pkgconfig perlnative cpan-base update-rc.d
+# dora doesn't have autotools-brokensep. Still needed for sysmocom
+B = "${S}"
export DAHDI_PERLLIBDIR="${PERLLIBDIRS}/${@get_perl_version(d)}"