From c3b5b68541320ed0104d8654a0793251ed0187b9 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 21 Nov 2010 10:15:08 +0100 Subject: [PATCH] flex: added perl to dependencies Without it (rebuilding from packaged staging) I got: | /home/frans/oe/tmp_minimal/work/i686-linux/flex-native-2.5.35-r5.1/temp/run.do_configure.12240: /home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin/automake: /home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin/perl: bad interpreter: No such file or directory Signed-off-by: Frans Meulenbroeks --- recipes/flex/flex.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc index 3b0a5d5b00..e35d594a9b 100644 --- a/recipes/flex/flex.inc +++ b/recipes/flex/flex.inc @@ -2,9 +2,9 @@ DESCRIPTION = "Flex is a tool for generating programs that recognize lexical pat SECTION = "devel" LICENSE = "BSD" -DEPENDS = "gettext" +DEPENDS = "gettext perl" -INC_PR = "r5" +INC_PR = "r6" BBCLASSEXTEND = "native" -- 2.39.5