bridge-utils: Do the broken src != builddir by hand

dora doesn't have this new bbclass yet. so let's do it
by hand.
This commit is contained in:
Holger Hans Peter Freyther 2015-02-13 11:23:42 +01:00
parent 195c848d50
commit 9bcf478f7e
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/bridge/bridge-utils-${PV}.tar.gz \
file://bridge-utils-1.5-fix-incorrect-command-in-manual.patch \
"
inherit autotools-brokensep update-alternatives
inherit autotools update-alternatives
B = "${S}"
ALTERNATIVE_${PN} = "brctl"
ALTERNATIVE_PRIORITY[brctl] = "100"