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 /fltk | |
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 'fltk')
-rw-r--r-- | fltk/fltk_1.2+cvs20040806.bb | 0 | ||||
-rw-r--r-- | fltk/fltk_1.2+cvs20040806.oe | 46 |
2 files changed, 0 insertions, 46 deletions
diff --git a/fltk/fltk_1.2+cvs20040806.bb b/fltk/fltk_1.2+cvs20040806.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/fltk/fltk_1.2+cvs20040806.bb diff --git a/fltk/fltk_1.2+cvs20040806.oe b/fltk/fltk_1.2+cvs20040806.oe deleted file mode 100644 index fa4564b967..0000000000 --- a/fltk/fltk_1.2+cvs20040806.oe +++ /dev/null @@ -1,46 +0,0 @@ -DESCRIPTION = "FLTK is a cross-platform C++ GUI toolkit" -LICENSE ="LGPL" -HOMEPAGE = "http://www.fltk.org" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Rene Wagner <reenoo@gmx.de>" -DEPENDS = "jpeg libpng zlib" -PR = "r1" - -SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/fltk;module=fltk;method=pserver;tag=v1_2;date=${@oe.data.getVar('PV', d, 1)[7:]} \ - file://makefiles.patch;patch=1 \ - file://autotools.patch;patch=1" -S="${WORKDIR}/fltk" - -inherit autotools binconfig - -do_configure_prepend() { - autoconf -} - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev += " ${bindir}/fltk-config" -LEAD_SONAME = "libfltk.so" - -EXTRA_OECONF = "--enable-shared --disable-gl" - -do_install () { - oe_runmake prefix="${D}/${prefix}" \ - bindir="${D}/${bindir}" \ - libdir="${D}/${libdir}" \ - includedir="${D}/${includedir}" \ - install -} - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} - -python populate_packages_prepend () { - if (oe.data.getVar('DEBIAN_NAMES', d, 1)): - oe.data.setVar('PKG_${PN}', 'libfltk1.2', d) -} |