diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-07-30 15:25:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:08 +0100 |
commit | e75bbf99e0ecf1e4b7bb96022333d013b5bafecc (patch) | |
tree | b15378e5a0347eeb0dab00571051be752625d5c5 /meta/recipes-devtools/flex/flex_2.5.37.bb | |
parent | d4e26f999490886c50587a6ce002181d3cac266c (diff) | |
download | poky-e75bbf99e0ecf1e4b7bb96022333d013b5bafecc.tar.gz |
flex: upgrade to 2.5.37
Removed patches since they were included upstream.
Added a patch to not compile flex.pdf doc since it needs texi2dvi.
(From OE-Core rev: bed86662efdd73be2a0dcde217d44be8e00c0822)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
[sgw - Dropped PR]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex/flex_2.5.37.bb')
-rw-r--r-- | meta/recipes-devtools/flex/flex_2.5.37.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/flex/flex_2.5.37.bb b/meta/recipes-devtools/flex/flex_2.5.37.bb new file mode 100644 index 0000000000..c3b5e46cbb --- /dev/null +++ b/meta/recipes-devtools/flex/flex_2.5.37.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require flex.inc | ||
2 | LICENSE="BSD" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" | ||
4 | BBCLASSEXTEND = "native nativesdk" | ||
5 | |||
6 | SRC_URI += "file://do_not_create_pdf_doc.patch" | ||
7 | |||
8 | SRC_URI[md5sum] = "c75940e1fc25108f2a7b3ef42abdae06" | ||
9 | SRC_URI[sha256sum] = "17aa7b4ebf19a13bc2dff4115b416365c95f090061539a932a68092349ac052a" | ||