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.
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"
require flex.inc
-PR = "r4"
+PR = "r5"
SRC_URI += "file://include.patch;patch=1"