diff options
Diffstat (limited to 'flex/flex_2.5.31.oe')
-rw-r--r-- | flex/flex_2.5.31.oe | 6 |
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}/ } |