Files
poky/openembedded/packages/flex/flex-native_2.5.31.bb
Richard Purdie 4b46c1f6e8 Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-08-31 10:45:47 +00:00

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
}