increase dvbapp PR.
[vuplus_openembedded] / recipes / flex / flex.inc
1 DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text."
2 SECTION = "devel"
3 LICENSE = "BSD"
4
5 SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-2.5.31.tar.bz2 \
6            file://flex-lvalue.diff;patch=1 \
7            file://fix-gen.patch;patch=1"
8 S = "${WORKDIR}/flex-${PV}"
9
10 inherit autotools
11
12 # >> flex-2.5.31-r4: /usr/lib/libfl.a
13 # That one is a special case: it wants to stay in the main flex package,
14 # since flex itself is a development tool.  I'm not sure why it is a
15 # static-only library; that might be an error
16
17 FILES_${PN} += "${libdir}/libfl.a"