aboutsummaryrefslogtreecommitdiffstats
path: root/flex
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-16 18:56:04 +0000
committerChris Larson <clarson@kergoth.com>2003-10-16 18:56:04 +0000
commit30d22eb1316703a8c5e0a7da49b56f7dc266e617 (patch)
treec340f982b8e6220ee8e7c64c7118d65806c30ca0 /flex
parentf1d4f6a25242b4d212078c7b745eefc6f16e1a31 (diff)
downloadopenembedded-30d22eb1316703a8c5e0a7da49b56f7dc266e617.tar.gz
Add flex and gpm staging bits -- working to get links building.
BKrev: 3f8ee9c4LNE8LA97re6C4GXW9XF23g
Diffstat (limited to 'flex')
-rw-r--r--flex/flex_2.5.31.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/flex/flex_2.5.31.oe b/flex/flex_2.5.31.oe
index e69de29bb2..370fa0e959 100644
--- a/flex/flex_2.5.31.oe
+++ b/flex/flex_2.5.31.oe
@@ -0,0 +1,12 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/lex/flex-2.5.31.tar.bz2 \
+ file://${FILESDIR}/include.patch;patch=1
+
+inherit autotools
+
+do_stage () {
+ install -m 0644 libfl.a ${STAGING_LIBDIR}/
+ install -m 0644 FlexLexer.h ${STAGING_DIR}/target/include/
+}