[oe-commits] Vladimir Sorokin : flex-2.5.35: create lex and flex++ symlinks

git version control git at git.openembedded.org
Wed Jun 9 07:14:39 UTC 2010


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

Author: Vladimir Sorokin <sorokin at altell.ru>
Date:   Fri Apr 16 17:57:49 2010 +0400

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 at altell.ru>
Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 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 4099f20..d2133d0 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++
+}
+





More information about the Openembedded-commits mailing list