diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /flex | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'flex')
-rw-r--r-- | flex/flex-2.5.4-native_2.5.4a.bb | 0 | ||||
-rw-r--r-- | flex/flex-2.5.4-native_2.5.4a.oe | 13 | ||||
-rw-r--r-- | flex/flex-native_2.5.31.bb | 0 | ||||
-rw-r--r-- | flex/flex-native_2.5.31.oe | 16 | ||||
-rw-r--r-- | flex/flex-native_2.5.4a.bb | 0 | ||||
-rw-r--r-- | flex/flex-native_2.5.4a.oe | 16 | ||||
-rw-r--r-- | flex/flex_2.5.31.bb | 0 | ||||
-rw-r--r-- | flex/flex_2.5.31.oe | 16 |
8 files changed, 0 insertions, 61 deletions
diff --git a/flex/flex-2.5.4-native_2.5.4a.bb b/flex/flex-2.5.4-native_2.5.4a.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/flex/flex-2.5.4-native_2.5.4a.bb diff --git a/flex/flex-2.5.4-native_2.5.4a.oe b/flex/flex-2.5.4-native_2.5.4a.oe deleted file mode 100644 index 10dc3d706d..0000000000 --- a/flex/flex-2.5.4-native_2.5.4a.oe +++ /dev/null @@ -1,13 +0,0 @@ -SECTION = "devel" -DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text." -PR = "r0" -LICENSE = "BSD" - -SRC_URI = "ftp://ftp.gnu.org/non-gnu/flex/flex-${PV}.tar.gz" -S = "${WORKDIR}/flex-2.5.4" - -inherit native autotools - -do_stage () { - install -m 0755 flex ${STAGING_BINDIR}/flex-2.5.4 -} diff --git a/flex/flex-native_2.5.31.bb b/flex/flex-native_2.5.31.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/flex/flex-native_2.5.31.bb diff --git a/flex/flex-native_2.5.31.oe b/flex/flex-native_2.5.31.oe deleted file mode 100644 index 81efac3f9f..0000000000 --- a/flex/flex-native_2.5.31.oe +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "devel" -DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text." -LICENSE = "BSD" -PR = "r2" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2" -S = "${WORKDIR}/flex-${PV}" - -inherit native autotools - -do_stage () { - install -m 0755 flex ${STAGING_BINDIR} - oe_libinstall -a libfl ${STAGING_LIBDIR} - ln -sf ./flex ${STAGING_BINDIR}/flex++ - ln -sf ./flex ${STAGING_BINDIR}/lex -} diff --git a/flex/flex-native_2.5.4a.bb b/flex/flex-native_2.5.4a.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/flex/flex-native_2.5.4a.bb diff --git a/flex/flex-native_2.5.4a.oe b/flex/flex-native_2.5.4a.oe deleted file mode 100644 index 5e1b5916a1..0000000000 --- a/flex/flex-native_2.5.4a.oe +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "devel" -DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text." -LICENSE = "BSD" -PR = "r0" - -SRC_URI = "ftp://ftp.gnu.org/non-gnu/flex/flex-${PV}.tar.gz" -S = "${WORKDIR}/flex-2.5.4" - -inherit native autotools - -do_stage () { - install -m 0755 flex ${STAGING_BINDIR} - oe_libinstall -a libfl ${STAGING_LIBDIR} - ln -sf ./flex ${STAGING_BINDIR}/flex++ - ln -sf ./flex ${STAGING_BINDIR}/lex -} diff --git a/flex/flex_2.5.31.bb b/flex/flex_2.5.31.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/flex/flex_2.5.31.bb diff --git a/flex/flex_2.5.31.oe b/flex/flex_2.5.31.oe deleted file mode 100644 index c34f617a35..0000000000 --- a/flex/flex_2.5.31.oe +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Flex is a tool for generating programs \ -that recognize lexical patterns in text." -HOMEPAGE = "http://www.gnu.org/software/flex/" -LICENSE = "BSD" -SECTION = "devel" -PRIORITY = "optional" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2 \ - file://include.patch;patch=1" - -inherit autotools - -do_stage () { - oe_libinstall -a libfl ${STAGING_LIBDIR} - install -m 0644 FlexLexer.h ${STAGING_INCDIR}/ -} |