summaryrefslogtreecommitdiffstats
path: root/meta-efl/classes/efl.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* meta-efl: remove this now pretty empty layerMartin Jansa2017-08-311-66/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: use MIT & BSD licenseMartin Jansa2014-12-311-1/+1
| | | | | | * add & operator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.10.0Martin Jansa2014-06-211-0/+5
| | | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/59/ * evas-generic-loaders LIC_FILES_CHKSUM change is only from formal changes in 'license: update FSF address.' commit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: fix pkg-config files when B!=SMartin Jansa2014-05-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl.bbclass: fix FILES for PN-staticdevMartin Jansa2012-12-111-3/+1
| | | | | | * ${libdir}/${BPN}/*.a is there by default and it's PN-staticdev not PN-static Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: efl.bbclass: package only ${datadir}/${PE} in ${PN}-tests, it was ↵Martin Jansa2012-08-201-1/+1
| | | | | | stealing files from ${PN}-locale-* Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: unify tabs/spaces usageMartin Jansa2012-08-201-4/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl.bbclass: don't remove STAGING_LIBDIR STAGING_INCDIR from efl pkgconfig filesMartin Jansa2011-12-011-1/+1
| | | | | | | | | | | | * but replace those with ${libdir} and ${includedir} * it was breaking edbus: Cflags: -I${includedir}/e_dbus-1 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include after make install: Cflags: -I${includedir}/e_dbus-1 /dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include * and notice that dbus-1 is using -I{libdir} here, so replace it too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e(fl).bbclass: don't override PACKAGES, but add to itKoen Kooi2011-07-261-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: import from meta-shr.Koen Kooi2011-03-231-0/+63
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>