mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
11 lines
218 B
BlitzBasic
11 lines
218 B
BlitzBasic
include flex.inc
|
|
inherit native
|
|
PR = "r2"
|
|
|
|
do_stage () {
|
|
install -m 0755 flex ${STAGING_BINDIR}
|
|
oe_libinstall -a libfl ${STAGING_LIBDIR}
|
|
ln -sf ./flex ${STAGING_BINDIR}/flex++
|
|
ln -sf ./flex ${STAGING_BINDIR}/lex
|
|
}
|