libxine: update to version 1.1.19
[openembedded.git] / recipes / flex / flex_2.5.35.bb
blobaf9f5e592778a43be56c56f7749cc7123fb6a3f7
1 require flex.inc
3 PR = "${INC_PR}.1"
5 SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2;name=flex \
8 SRC_URI[flex.md5sum] = "10714e50cea54dc7a227e3eddcd44d57"
9 SRC_URI[flex.sha256sum] = "0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b"
11 do_install_append () {
12 ln -sf flex ${D}${bindir}/lex
13 ln -sf flex ${D}${bindir}/lex++
16 NATIVE_INSTALL_WORKS = "1"
18 # flex-2.5.35 adds a hard-coded path that causes failures when using packaged
19 # staging
20 PSTAGING_DISABLED_virtclass-native = "1"