aboutsummaryrefslogtreecommitdiffstats
path: root/classes/efl.bbclass
AgeCommit message (Collapse)Author
2006-11-15e classes: fix -dbgKoen Kooi
RP says: "${PN}-dbg needs to go before ${PN}"
2006-11-15e classes: include dbg packagesKoen Kooi
2006-06-05mtnpatch: replace split with regexJustin Patrin
2006-04-04efl, e17: update to newest versions, split e and efl bbclasses and use e for ↵Justin Patrin
e17 packages, update preferred e versions
2006-02-13efl.bbclass: fix changes reverted by a bad mergeJustin Patrin
2006-02-11efl.bbclass: Fix efl/*.bb ipk generation.Matthias Hentges
2006-02-09efl.bbclass: use += for PACKAGES to allow setting of PACKAGES before inheritingJustin Patrin
2005-10-10efl, e-wm: Add a sed fix for X11 system headersJustin Patrin
2005-10-05efl, e-wm: add a quick sed fix for e builds using system include pathsJustin Patrin
- This is not likely to affect anyone except 64-bit linux users who have multiple files files -- This definately affects Gentoo linux on amd64. It has a stub header which includes a 386 or x86_64 depending on defines. However, since OE normally compiles for non-x86 this header actually includes nothing and stops the compile altogether due to missing typedefs and prototypes.
2005-08-25efl.bbclass: move libfoo.la and libfoo.a into ${PN}-devMichael Lauer
2005-08-17Add missing s on FILES for themes packageJustin Patrin
2005-08-17Alter ordering of PACKAGES to allow themes package to get its files (still ↵Justin Patrin
not working for ewl, however)
2005-08-13Make clean and distclean for EFLJustin Patrin
Automatically install named binaries when compiling native Add more files/directories to theme and dev packages
2005-08-11Change theme package to themes insteadJustin Patrin
2005-08-11Switch to creating a -theme package instead of including themes in the main ↵Justin Patrin
package
2005-08-11themes dir should be included in the main packageJustin Patrin
2005-08-10more EFL fixes + add the enlightenment library from the E window manager as ↵Michael Lauer
dedicated library
2005-08-10E: misc cleanups and fixes all over to ensure a clean reproducabilityMichael Lauer
2005-08-09Third (and hopefully last) EFL revamp before I hand over maintainership toMichael Lauer
Justin Patrin. We now have a efl.bbclass that contains common code for the various libraries. This makes it possible to have very clean and concise bb's.