aboutsummaryrefslogtreecommitdiffstats
path: root/flex
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /flex
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'flex')
-rw-r--r--flex/flex_2.5.31.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/flex/flex_2.5.31.oe b/flex/flex_2.5.31.oe
index b3a6d347ca..7794893871 100644
--- a/flex/flex_2.5.31.oe
+++ b/flex/flex_2.5.31.oe
@@ -3,12 +3,12 @@ RDEPENDS = "libc6"
DESCRIPTION = "Flex is a tool for generating programs \
that recognize lexical patterns in text."
-SRC_URI = ${SOURCEFORGE_MIRROR}/lex/flex-2.5.31.tar.bz2 \
- file://${FILESDIR}/include.patch;patch=1
+SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2 \
+ file://${FILESDIR}/include.patch;patch=1"
inherit autotools
do_stage () {
install -m 0644 libfl.a ${STAGING_LIBDIR}/
- install -m 0644 FlexLexer.h ${STAGING_DIR}/target/include/
+ install -m 0644 FlexLexer.h ${STAGING_INCDIR}/
}