diff options
Diffstat (limited to 'recipes')
-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++ +} + |