aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex
diff options
context:
space:
mode:
authorVladimir Sorokin <sorokin@altell.ru>2010-04-16 17:57:49 +0400
committerRoman I Khimov <khimov@altell.ru>2010-06-09 11:07:01 +0400
commit5f0fe8217c06ee98bc1c11eb18b4bc788df31181 (patch)
tree18ea3938c27f150dc545bf9d539219c4948b2532 /recipes/flex
parente4d74a2f940ed1adb4c9afb100b5222bc32d208b (diff)
downloadopenembedded-5f0fe8217c06ee98bc1c11eb18b4bc788df31181.tar.gz
flex-2.5.35: create lex and flex++ symlinks
Were missing in this version, which for example lead to build failures for packages depending on flex-native. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/flex')
-rw-r--r--recipes/flex/flex_2.5.35.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/flex/flex_2.5.35.bb b/recipes/flex/flex_2.5.35.bb
index 4099f20658..d2133d00c7 100644
--- a/recipes/flex/flex_2.5.35.bb
+++ b/recipes/flex/flex_2.5.35.bb
@@ -8,3 +8,9 @@ SRC_URI[flex.sha256sum] = "0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"
+
+do_install_append () {
+ ln -sf flex ${D}${bindir}/lex
+ ln -sf flex ${D}${bindir}/lex++
+}
+