aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-asterisk/asterisk
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-asterisk/asterisk
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-asterisk/asterisk')
-rw-r--r--recipes-asterisk/asterisk/asterisk_13.5.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-asterisk/asterisk/asterisk_13.5.0.bb b/recipes-asterisk/asterisk/asterisk_13.5.0.bb
index c912b3d..ff71607 100644
--- a/recipes-asterisk/asterisk/asterisk_13.5.0.bb
+++ b/recipes-asterisk/asterisk/asterisk_13.5.0.bb
@@ -17,7 +17,10 @@ SRC_URI[sha256sum] = "e8b8d071f783edea82de510194dd272070ffbb7cdb2f5f6b020be5d15b
S = "${WORKDIR}/asterisk-${PV}"
-inherit autotools-brokensep pkgconfig useradd update-rc.d
+inherit autotools pkgconfig useradd update-rc.d
+
+# dora doesn't have autotools-brokensep. Still needed for sysmocom
+B = "${S}"
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = "--system -g asterisk --shell /bin/false asterisk"