summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc
Commit message (Collapse)AuthorAgeFilesLines
* recipes: remove blacklisted recipesMartin Jansa2017-08-311-16/+0
| | | | | | | | * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-dbus-binding-tool: remove redundant dependency on intltoolRoss Burton2016-12-021-1/+1
| | | | | | | This upstream doesn't use intltool so don't depend on it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-dbus-binding-tool: upgrade to different 0.4.0 releaseMartin Jansa2015-05-111-1/+1
| | | | | | | | | | | | | * new version of vala-dbus-binding-tool was released with 0.4.0 version but unfortunately there already was 0.4.0 and 0.4.1 version, see comment in git recipe for more details * be aware that it's actually newer than 0.4.1 used before and it's compatible with gee-0.8 which is newer than gee-1.0 and yes I know how incorrect it sounds, but it's truth * remove negative preference from git recipe so it's used by default and most people wont notice the mess with 0.4.0 archives Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing pkgconfig class inheritsRichard Purdie2014-06-211-1/+1
| | | | | | | | * These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-dbus-binding-tool: bump SRCREV and add recipe for 0.4.0 tarballMartin Jansa2012-07-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-dbus-binding-tool: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-101-0/+16
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)