diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-08 22:14:30 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2010-02-09 11:34:08 +0000 |
commit | 8816d38c3b1ec26bc9967875767e3b67ac8596d8 (patch) | |
tree | 327700ecbaec989d54e4d8ef1576b55a8a56becb /recipes/flex/flex_2.5.31.bb | |
parent | 4e1657fe2ba9921c2ce3d9f948edfbe3b9be21fb (diff) |
flex: remove version specifics from generic inc
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'recipes/flex/flex_2.5.31.bb')
-rw-r--r-- | recipes/flex/flex_2.5.31.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/flex/flex_2.5.31.bb b/recipes/flex/flex_2.5.31.bb index e247a03ee8..ae9e6f986b 100644 --- a/recipes/flex/flex_2.5.31.bb +++ b/recipes/flex/flex_2.5.31.bb @@ -1,7 +1,10 @@ require flex.inc PR = "r5" -SRC_URI += "file://include.patch;patch=1" +SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \ + file://flex-lvalue.diff;patch=1 \ + file://fix-gen.patch;patch=1 \ + file://include.patch;patch=1" do_stage() { oe_libinstall -a libfl ${STAGING_LIBDIR} |