CHG: [flex] move softlink generation of flex to netmodule wlan layer

BugzId 67886
This commit is contained in:
Patrick Walther 2020-11-10 11:39:02 +01:00
parent 64bec25a6f
commit 6e6cbfa97d
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
do_install_append_class-target () {
ln -sf flex ${D}${bindir}/lex
ln -sf flex ${D}${bindir}/lex++
}
do_install_append () {
ln -sf flex ${D}${bindir}/lex
ln -sf flex ${D}${bindir}/lex++
}