summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/talloc
Commit message (Collapse)AuthorAgeFilesLines
* talloc: Fix swig interface install pathAndrei Gherzan2012-10-042-3/+37
| | | | | | | | | | | | Using the way swig interface is installed leads to a bad path in ${D}. The interface ended up in ${D}/${STAGING_DIR_NATIVE} which is wrong. The fix is to define a variable in recipe which is used in install rule by talloc. As well, LICENSE variable modified to reflect the real license: LGPL-3.0 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-101-0/+27
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)