[oe-commits] Frans Meulenbroeks : flex: added perl to dependencies

git version control git at git.openembedded.org
Sun Nov 21 13:40:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c3b5b68541320ed0104d8654a0793251ed0187b9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c3b5b68541320ed0104d8654a0793251ed0187b9

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Nov 21 10:15:08 2010 +0100

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 <fransmeulenbroeks at gmail.com>

---

 recipes/flex/flex.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index 3b0a5d5..e35d594 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"
 





More information about the Openembedded-commits mailing list