aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee.inc
AgeCommit message (Collapse)Author
2011-11-10libgee.inc: Increment PR in order to fix decrement from previous revert.Florian Boor
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
2011-11-04Revert "libgee.inc: Use libtool macros from installed libtool"Florian Boor
This reverts commit a89e9c41f6ea2df686bcfb7c01b39b23685b4261.
2010-12-24changed rm into rm -f to remove old libtool stuffFrans Meulenbroeks
this keeps things working even if the files are not there (e.g. because configure is ran twice) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-16libgee.inc: Use libtool macros from installed libtoolKhem Raj
* Do not use libtool macros that come with libgee * Default to autoconf provided do_configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-14libgee: remove unnecessary dependency on gobject-introspectionSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-14libgee: define common INC_PR and use it in all specific version recipesSimon Busch
Until now there is now way to indicate that the libgee.inc common part of libgee has changed - the PR is only defined in the specific version recipes. This adds the INC_PR var to to the common libgee.inc and use it in the specific version recipes. INC_PR is initial set to the highest value of both version 0.5.2 and 0.6.0. Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-10libgee_0.5.2.bb/libgee_0.6.0.bb: Fix native recipe buildKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-02libgee: refactor into common inc file and add 0.5.2 releaseMichael 'Mickey' Lauer