summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/vala-dbus-binding-tool
Commit message (Collapse)AuthorAgeFilesLines
* vala-dbus-binding-tool: fix the version inside the packageMartin Jansa2015-05-112-1/+37
| | | | | | | | * "vala-dbus-binding-tool_version" string ends as the version and e.g. libfso-glib doesn't like it at all | configure: error: Package requirements (vala-dbus-binding-tool-1.0 >= 0.4.0) were not met: | Requested 'vala-dbus-binding-tool-1.0 >= 0.4.0' but version of Vala-DBus-Binding-Tool is vala-dbus-binding-tool_version Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-dbus-binding-tool: upgrade to different 0.4.0 releaseMartin Jansa2015-05-113-6/+13
| | | | | | | | | | | | | * 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>
* remove the unnecessary protocol parametersJackie Huang2013-09-031-1/+1
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 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-283-3/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-dbus-biniding-tool: bump SRCREVMartin Jansa2012-05-041-1/+1
| | | | | | * also needed to rebuild after libgee upgrade 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-102-0/+22
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)