diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-24 16:59:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-27 08:57:30 +0100 |
commit | 4b276575de6c202b8b8832c8ab615be8a7d2a3a7 (patch) | |
tree | 567e2fb327d7a8dcb93cec6aec3218632baf918e /recipes/flex/flex.inc | |
parent | f5d9adcea828a16355725da158bf6ee894596cfc (diff) |
flex: put libfl into ${PN}
Phil Blundell said:
> > flex-2.5.31-r4: /usr/lib/libfl.a
This is like bison.
>> bison-2.3-r0: /usr/lib/liby.a
That one is a special case: it wants to stay in the main bison package,
since bison itself is a development tool. I'm not sure why it is a
static-only library; that might be an error.
Diffstat (limited to 'recipes/flex/flex.inc')
-rw-r--r-- | recipes/flex/flex.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc index 048b3cb47d..4ebd44a61b 100644 --- a/recipes/flex/flex.inc +++ b/recipes/flex/flex.inc @@ -9,3 +9,9 @@ S = "${WORKDIR}/flex-${PV}" inherit autotools +# >> flex-2.5.31-r4: /usr/lib/libfl.a +# That one is a special case: it wants to stay in the main flex package, +# since flex itself is a development tool. I'm not sure why it is a +# static-only library; that might be an error + +FILES_${PN} += "${libdir}/libfl.a" |