From 5f0fe8217c06ee98bc1c11eb18b4bc788df31181 Mon Sep 17 00:00:00 2001 From: Vladimir Sorokin Date: Fri, 16 Apr 2010 17:57:49 +0400 Subject: [PATCH] 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 Signed-off-by: Roman I Khimov --- recipes/flex/flex_2.5.35.bb | 6 ++++++ 1 file changed, 6 insertions(+) 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++ +} + -- 2.39.5