aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/flex')
-rw-r--r--recipes/flex/flex.inc2
-rw-r--r--recipes/flex/flex_2.5.31.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index a1b3f99c72..a61ad1ee95 100644
--- a/recipes/flex/flex.inc
+++ b/recipes/flex/flex.inc
@@ -6,7 +6,7 @@ DEPENDS = "gettext"
S = "${WORKDIR}/flex-${PV}"
-inherit autotools
+inherit autotools gettext
# >> flex-2.5.31-r4: /usr/lib/libfl.a
# That one is a special case: it wants to stay in the main flex package,
diff --git a/recipes/flex/flex_2.5.31.bb b/recipes/flex/flex_2.5.31.bb
index 71b8e69b45..b7cb0f7d5a 100644
--- a/recipes/flex/flex_2.5.31.bb
+++ b/recipes/flex/flex_2.5.31.bb
@@ -2,9 +2,9 @@ require flex.inc
PR = "r5"
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"
+ file://flex-lvalue.diff \
+ file://fix-gen.patch \
+ file://include.patch"
BBCLASSEXTEND = "native"