CHG: [flex] move softlink generation of flex to netmodule wlan layer
BugzId 67886
This commit is contained in:
parent
64bec25a6f
commit
6e6cbfa97d
|
|
@ -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++
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue