diff options
author | Vladimir Sorokin <sorokin@altell.ru> | 2010-04-16 17:57:49 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-06-09 11:07:01 +0400 |
commit | 5f0fe8217c06ee98bc1c11eb18b4bc788df31181 (patch) | |
tree | 18ea3938c27f150dc545bf9d539219c4948b2532 | |
parent | e4d74a2f940ed1adb4c9afb100b5222bc32d208b (diff) |
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>
-rw-r--r-- | recipes/flex/flex_2.5.35.bb | 6 |
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++ +} + |