git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d74a2
)
flex-2.5.35: create lex and flex++ symlinks
author
Vladimir Sorokin
<sorokin@altell.ru>
Fri, 16 Apr 2010 13:57:49 +0000
(17:57 +0400)
committer
Roman I Khimov
<khimov@altell.ru>
Wed, 9 Jun 2010 07:07:01 +0000
(11:07 +0400)
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>
recipes/flex/flex_2.5.35.bb
patch
|
blob
|
history
diff --git
a/recipes/flex/flex_2.5.35.bb
b/recipes/flex/flex_2.5.35.bb
index
4099f20
..
d2133d0
100644
(file)
--- 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++
+}
+