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 /mesa | |
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 'mesa')
-rw-r--r-- | mesa/mesa_6.0.1.bb | 0 | ||||
-rw-r--r-- | mesa/mesa_6.0.1.oe | 24 |
2 files changed, 0 insertions, 24 deletions
diff --git a/mesa/mesa_6.0.1.bb b/mesa/mesa_6.0.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mesa/mesa_6.0.1.bb diff --git a/mesa/mesa_6.0.1.oe b/mesa/mesa_6.0.1.oe deleted file mode 100644 index ae1b673337..0000000000 --- a/mesa/mesa_6.0.1.oe +++ /dev/null @@ -1,24 +0,0 @@ -SECTION = "unknown" -SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \ - file://Make-config.patch;patch=1 \ - file://mklib.patch;patch=1" -S = "${WORKDIR}/Mesa-${PV}" - -# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux -CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')}" - -do_compile() { - oe_runmake linux CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LD="${LD}" LDFLAGS="${LDFLAGS}" -} - -do_install() { - install -d ${D}${libdir} - cp -pd lib/* ${D}${libdir}/ - install -d ${D}${includedir} - cp -r include/GL ${D}${includedir}/ -} - -do_stage() { - cp -pd lib/* ${STAGING_LIBDIR}/ - cp -r include/GL ${STAGING_INCDIR}/ -} |